Uses of Interface
org.springframework.cloud.stream.binder.PollableSource
-
Packages that use PollableSource Package Description org.springframework.cloud.stream.binder -
-
Uses of PollableSource in org.springframework.cloud.stream.binder
Subinterfaces of PollableSource in org.springframework.cloud.stream.binder Modifier and Type Interface Description interfacePollableMessageSourceClasses in org.springframework.cloud.stream.binder that implement PollableSource Modifier and Type Class Description classDefaultPollableMessageSourceThe default implementation of aPollableMessageSource.Methods in org.springframework.cloud.stream.binder that return types with arguments of type PollableSource Modifier and Type Method Description Binding<PollableSource<org.springframework.messaging.MessageHandler>>AbstractMessageChannelBinder. bindPollableConsumer(String name, String group, PollableSource<org.springframework.messaging.MessageHandler> inboundBindTarget, C properties)default Binding<PollableSource<H>>PollableConsumerBinder. bindPollableConsumer(String name, String group, PollableSource<H> inboundBindTarget, C consumerProperties)Configure a binding for a pollable message source.Methods in org.springframework.cloud.stream.binder with parameters of type PollableSource Modifier and Type Method Description Binding<PollableSource<org.springframework.messaging.MessageHandler>>AbstractMessageChannelBinder. bindPollableConsumer(String name, String group, PollableSource<org.springframework.messaging.MessageHandler> inboundBindTarget, C properties)default Binding<PollableSource<H>>PollableConsumerBinder. bindPollableConsumer(String name, String group, PollableSource<H> inboundBindTarget, C consumerProperties)Configure a binding for a pollable message source.
-