Interface ISink
Bindable interface with one input channel.
public interface ISink
Fields
INPUT
Default channel name
public const string INPUT = "input"
Field Value
Properties
Input
Gets the input channel
[Input("input")]
ISubscribableChannel Input { get; }