Interface IMessageProducer
Base interface for any component that can create and send messages
Namespace: Steeltoe.Integration
Assembly: Steeltoe.Integration.Abstractions.dll
Syntax
public interface IMessageProducer
Properties
| Edit this page View SourceOutputChannel
Gets or sets the output channel the producer uses
Declaration
IMessageChannel OutputChannel { get; set; }
Property Value
Type | Description |
---|---|
IMessageChannel |
OutputChannelName
Gets or sets the output channel name the producer uses
Declaration
string OutputChannelName { get; set; }
Property Value
Type | Description |
---|---|
System.String |