H
- the polled consumer handler type.C
- the consumer properties type.public interface PollableConsumerBinder<H,C extends ConsumerProperties>
Modifier and Type | Method and Description |
---|---|
default Binding<PollableSource<H>> |
bindPollableConsumer(String name,
String group,
PollableSource<H> inboundBindTarget,
C consumerProperties)
Configure a binding for a pollable message source.
|
default Binding<PollableSource<H>> bindPollableConsumer(String name, String group, PollableSource<H> inboundBindTarget, C consumerProperties)
name
- the binding name.group
- the consumer group.inboundBindTarget
- the binding target.consumerProperties
- the consumer properties.Copyright © 2019 Pivotal Software, Inc.. All rights reserved.