Class AbstractMessageChannelBinder.DefaultProducingMessageChannelBinding
Inheritance
System.Object
DefaultBinding<IMessageChannel>
AbstractMessageChannelBinder.DefaultProducingMessageChannelBinding
Inherited Members
Namespace: Steeltoe.Stream.Binder
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
protected class DefaultProducingMessageChannelBinding : DefaultBinding<IMessageChannel>, IBinding, IPausable
Constructors
| Edit this page View SourceDefaultProducingMessageChannelBinding(AbstractMessageChannelBinder, String, IMessageChannel, ILifecycle, IProducerOptions, IProducerDestination, ILogger)
Declaration
public DefaultProducingMessageChannelBinding(AbstractMessageChannelBinder binder, string destination, IMessageChannel target, ILifecycle lifecycle, IProducerOptions options, IProducerDestination producerDestination, ILogger logger = null)
Parameters
Type | Name | Description |
---|---|---|
AbstractMessageChannelBinder | binder | |
System.String | destination | |
IMessageChannel | target | |
ILifecycle | lifecycle | |
IProducerOptions | options | |
IProducerDestination | producerDestination | |
ILogger | logger |
Properties
| Edit this page View SourceExtendedInfo
Declaration
public override IDictionary<string, object> ExtendedInfo { get; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, System.Object> |
Overrides
| Edit this page View SourceIsInput
Declaration
public override bool IsInput { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Methods
| Edit this page View SourceAfterUnbind()
Declaration
protected override void AfterUnbind()
Overrides
Steeltoe.Stream.Binder.DefaultBinding<IMessageChannel>.AfterUnbind()
Implements
ILifecycle