Interface ISource
Bindable interface with one output channel.
Namespace: Steeltoe.Stream.Messaging
Assembly: Steeltoe.Stream.Abstractions.dll
Syntax
public interface ISource
Fields
| Edit this page View SourceOUTPUT
Default name of the output channel
Declaration
public const string OUTPUT = null
Field Value
Type | Description |
---|---|
System.String |
Properties
| Edit this page View SourceOutput
Gets the output channel
Declaration
IMessageChannel Output { get; }
Property Value
Type | Description |
---|---|
IMessageChannel |