Package | Description |
---|---|
org.springframework.cloud.stream.binder |
Modifier and Type | Interface and Description |
---|---|
interface |
PollableMessageSource
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPollableMessageSource
The default implementation of a
PollableMessageSource . |
Modifier and Type | Method and Description |
---|---|
default Binding<PollableSource<H>> |
PollableConsumerBinder.bindPollableConsumer(String name,
String group,
PollableSource<H> inboundBindTarget,
C consumerProperties)
Configure a binding for a pollable message source.
|
Binding<PollableSource<org.springframework.messaging.MessageHandler>> |
AbstractMessageChannelBinder.bindPollableConsumer(String name,
String group,
PollableSource<org.springframework.messaging.MessageHandler> inboundBindTarget,
C properties) |
Modifier and Type | Method and Description |
---|---|
default Binding<PollableSource<H>> |
PollableConsumerBinder.bindPollableConsumer(String name,
String group,
PollableSource<H> inboundBindTarget,
C consumerProperties)
Configure a binding for a pollable message source.
|
Binding<PollableSource<org.springframework.messaging.MessageHandler>> |
AbstractMessageChannelBinder.bindPollableConsumer(String name,
String group,
PollableSource<org.springframework.messaging.MessageHandler> inboundBindTarget,
C properties) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.