Table of Contents

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 DirectChannel
logger ILogger

Properties

Channel

public DirectChannel Channel { get; }

Property Value

DirectChannel