Table of Contents

Interface ISelector<T>

Namespace
Steeltoe.Integration
Assembly
Steeltoe.Integration.Abstractions.dll

TODO: See if this can be internal

[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public interface ISelector<in T>

Type Parameters

T

input tye

Methods

Accept(T)

bool Accept(T source)

Parameters

source T

Returns

bool