Class DirectChannelWriter
- Namespace
- Steeltoe.Integration.Channel
- Assembly
- Steeltoe.Integration.IntegrationBase.dll
public class DirectChannelWriter : AbstractSubscribableChannelWriter
- Inheritance
-
DirectChannelWriter
- Inherited Members
Constructors
DirectChannelWriter(DirectChannel, ILogger)
public DirectChannelWriter(DirectChannel channel, ILogger logger = null)
Parameters
channel
DirectChannellogger
ILogger
Properties
Channel
public DirectChannel Channel { get; }