Interface ISink
Bindable interface with one input channel.
Namespace: Steeltoe.Stream.Messaging
Assembly: Steeltoe.Stream.Abstractions.dll
Syntax
public interface ISink
Fields
| Edit this page View SourceINPUT
Default channel name
Declaration
public const string INPUT = null
Field Value
Type | Description |
---|---|
System.String |
Properties
| Edit this page View SourceInput
Gets the input channel
Declaration
ISubscribableChannel Input { get; }
Property Value
Type | Description |
---|---|
ISubscribableChannel |