Uses of Interface
org.springframework.cloud.stream.binder.PollableSource
Packages that use PollableSource
-
Uses of PollableSource in org.springframework.cloud.stream.binder
Subinterfaces of PollableSource in org.springframework.cloud.stream.binderModifier and TypeInterfaceDescriptioninterfaceClasses in org.springframework.cloud.stream.binder that implement PollableSourceMethods in org.springframework.cloud.stream.binder that return types with arguments of type PollableSourceModifier and TypeMethodDescriptionBinding<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 PollableSourceModifier and TypeMethodDescriptionBinding<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.