Class DirectChannelWriter
Inheritance
System.Object
DirectChannelWriter
Inherited Members
Namespace: Steeltoe.Integration.Channel
Assembly: Steeltoe.Integration.IntegrationBase.dll
Syntax
public class DirectChannelWriter : AbstractSubscribableChannelWriter
Constructors
| Edit this page View SourceDirectChannelWriter(DirectChannel, ILogger)
Declaration
public DirectChannelWriter(DirectChannel channel, ILogger logger = null)
Parameters
Type | Name | Description |
---|---|---|
DirectChannel | channel | |
ILogger | logger |
Properties
| Edit this page View SourceChannel
Declaration
public DirectChannel Channel { get; }
Property Value
Type | Description |
---|---|
DirectChannel |