Table of Contents

Interface ISink

Namespace
Steeltoe.Stream.Messaging
Assembly
Steeltoe.Stream.Abstractions.dll

Bindable interface with one input channel.

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

Fields

INPUT

Default channel name

public const string INPUT = "input"

Field Value

string

Properties

Input

Gets the input channel

[Input("input")]
ISubscribableChannel Input { get; }

Property Value

ISubscribableChannel