Table of Contents

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

Properties

Channel

public DirectChannel Channel { get; }

Property Value

DirectChannel