Class AbstractMessageProducer
- Namespace
- Steeltoe.Integration
- Assembly
- Steeltoe.Integration.IntegrationBase.dll
public abstract class AbstractMessageProducer : IMessageProducer
- Inheritance
-
AbstractMessageProducer
- Implements
- Inherited Members
Properties
OutputChannel
Gets or sets the output channel the producer uses
public abstract IMessageChannel OutputChannel { get; set; }
Property Value
OutputChannelName
Gets or sets the output channel name the producer uses
public string OutputChannelName { get; set; }