Class AbstractMessageChannelBinder.DefaultConsumerMessageChannelBinding
Inheritance
System.Object
DefaultBinding<IMessageChannel>
AbstractMessageChannelBinder.DefaultConsumerMessageChannelBinding
Inherited Members
Namespace: Steeltoe.Stream.Binder
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
protected class DefaultConsumerMessageChannelBinding : DefaultBinding<IMessageChannel>, IBinding, IPausable
Constructors
| Edit this page View SourceDefaultConsumerMessageChannelBinding(AbstractMessageChannelBinder, String, String, IMessageChannel, ILifecycle, IConsumerOptions, IConsumerDestination, ILogger)
Declaration
public DefaultConsumerMessageChannelBinding(AbstractMessageChannelBinder binder, string name, string group, IMessageChannel inputChannel, ILifecycle lifecycle, IConsumerOptions options, IConsumerDestination consumerDestination, ILogger logger = null)
Parameters
Type | Name | Description |
---|---|---|
AbstractMessageChannelBinder | binder | |
System.String | name | |
System.String | group | |
IMessageChannel | inputChannel | |
ILifecycle | lifecycle | |
IConsumerOptions | options | |
IConsumerDestination | consumerDestination | |
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