Class AbstractMessageChannelBinder.DefaultPollableChannelBinding
Inheritance
System.Object
AbstractMessageChannelBinder.DefaultPollableChannelBinding
Inherited Members
Namespace: Steeltoe.Stream.Binder
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
protected class DefaultPollableChannelBinding : DefaultBinding<IPollableSource<IMessageHandler>>, IBinding, IPausable
Constructors
| Edit this page View SourceDefaultPollableChannelBinding(AbstractMessageChannelBinder, String, String, IPollableSource<IMessageHandler>, ILifecycle, IConsumerOptions, IConsumerDestination)
Declaration
public DefaultPollableChannelBinding(AbstractMessageChannelBinder binder, string name, string group, IPollableSource<IMessageHandler> inboundBindTarget, ILifecycle lifecycle, IConsumerOptions options, IConsumerDestination consumerDestination)
Parameters
Type | Name | Description |
---|---|---|
AbstractMessageChannelBinder | binder | |
System.String | name | |
System.String | group | |
IPollableSource<IMessageHandler> | inboundBindTarget | |
ILifecycle | lifecycle | |
IConsumerOptions | options | |
IConsumerDestination | consumerDestination |
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<Steeltoe.Stream.Binder.IPollableSource<IMessageHandler>>.AfterUnbind()
Implements
ILifecycle