Class DirectChannelWriter
- Namespace
- Steeltoe.Integration.Channel
- Assembly
- Steeltoe.Integration.IntegrationBase.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
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; }