Interface IPollableConsumerBinder<H>
A binder that supports pollable message sources.
Inherited Members
Namespace: Steeltoe.Stream.Binder
Assembly: Steeltoe.Stream.Abstractions.dll
Syntax
public interface IPollableConsumerBinder<H> : IBinder<IPollableSource<H>>, IBinder, IPollableConsumerBinder
Type Parameters
Name | Description |
---|---|
H | the polled consumer handler type |