Class AbstractMessageChannelBinder.DefaultPollableChannelBinding
protected class AbstractMessageChannelBinder.DefaultPollableChannelBinding : DefaultBinding<IPollableSource<IMessageHandler>>, IBinding, IPausable, ILifecycle
- Inheritance
-
AbstractMessageChannelBinder.DefaultPollableChannelBinding
- Implements
- Inherited Members
Constructors
DefaultPollableChannelBinding(AbstractMessageChannelBinder, string, string, IPollableSource<IMessageHandler>, ILifecycle, IConsumerOptions, IConsumerDestination)
public DefaultPollableChannelBinding(AbstractMessageChannelBinder binder, string name, string group, IPollableSource<IMessageHandler> inboundBindTarget, ILifecycle lifecycle, IConsumerOptions options, IConsumerDestination consumerDestination)
Parameters
binder
AbstractMessageChannelBindername
stringgroup
stringinboundBindTarget
IPollableSource<IMessageHandler>lifecycle
ILifecycleoptions
IConsumerOptionsconsumerDestination
IConsumerDestination
Properties
ExtendedInfo
Gets the extended info associated with the binding
public override IDictionary<string, object> ExtendedInfo { get; }
Property Value
IsInput
Gets a value indicating whether this binding is an input binding
public override bool IsInput { get; }
Property Value
Methods
AfterUnbind()
protected override void AfterUnbind()