Class AbstractMessageProducer
Inheritance
System.Object
AbstractMessageProducer
Implements
Namespace: Steeltoe.Integration
Assembly: Steeltoe.Integration.IntegrationBase.dll
Syntax
public abstract class AbstractMessageProducer : object, IMessageProducer
Properties
| Edit this page View SourceOutputChannel
Declaration
public abstract IMessageChannel OutputChannel { get; set; }
Property Value
Type | Description |
---|---|
IMessageChannel |
OutputChannelName
Declaration
public string OutputChannelName { get; set; }
Property Value
Type | Description |
---|---|
System.String |