Table of Contents

Interface ISource

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

Bindable interface with one output channel.

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

Fields

OUTPUT

Default name of the output channel

public const string OUTPUT = "output"

Field Value

string

Properties

Output

Gets the output channel

[Output("output")]
IMessageChannel Output { get; }

Property Value

IMessageChannel