Uses of Interface
org.springframework.cloud.stream.binder.Binding
Packages that use Binding
Package
Description
-
Uses of Binding in org.springframework.cloud.stream.binder
Classes in org.springframework.cloud.stream.binder that implement BindingMethods in org.springframework.cloud.stream.binder that return BindingModifier and TypeMethodDescriptionAbstractBinder.bindConsumer(String name, String group, T target, C properties) Binder.bindConsumer(String name, String group, T inboundBindTarget, C consumerProperties) Bind the target component as a message consumer to the logical entity identified by the name.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.AbstractBinder.bindProducer(String name, T outboundBindTarget, P properties) Binder.bindProducer(String name, T outboundBindTarget, P producerProperties) Bind the target component as a message producer to the logical entity identified by the name.AbstractBinder.doBindConsumer(String name, String group, T inputTarget, C properties) final Binding<org.springframework.messaging.MessageChannel>AbstractMessageChannelBinder.doBindConsumer(String name, String group, org.springframework.messaging.MessageChannel inputChannel, C properties) Binds an inbound channel to a given destination.AbstractBinder.doBindProducer(String name, T outboundBindTarget, P properties) final Binding<org.springframework.messaging.MessageChannel>AbstractMessageChannelBinder.doBindProducer(String destination, org.springframework.messaging.MessageChannel outputChannel, P producerProperties) Binds an outbound channel to a given destination.Constructors in org.springframework.cloud.stream.binder with parameters of type Binding -
Uses of Binding in org.springframework.cloud.stream.binding
Classes in org.springframework.cloud.stream.binding that implement BindingMethods in org.springframework.cloud.stream.binding that return BindingModifier and TypeMethodDescription<T> Binding<T>BindingService.bindProducer(T output, String outputName) <T> Binding<T>BindingService.bindProducer(T output, String outputName, boolean cache) <T> Binding<T>BindingService.bindProducer(T output, String outputName, boolean cache, Binder<T, ?, ProducerProperties> binder) <T> Binding<T>BindingService.doBindConsumer(T input, String inputName, Binder<T, ConsumerProperties, ?> binder, ConsumerProperties consumerProperties, String target) <T> Binding<T>BindingService.doBindPollableConsumer(T input, String inputName, Binder<T, ConsumerProperties, ?> binder, ConsumerProperties consumerProperties, String target) <T> Binding<T>BindingService.doBindProducer(T output, String bindingTarget, Binder<T, ?, ProducerProperties> binder, ProducerProperties producerProperties) Binding<?>BindingsLifecycleController.queryState(String name) Queries the individual state of a binding.Methods in org.springframework.cloud.stream.binding that return types with arguments of type BindingModifier and TypeMethodDescription<T> Collection<Binding<T>>BindingService.bindConsumer(T input, String inputName) AbstractBindableProxyFactory.createAndBindInputs(BindingService bindingService) default Collection<Binding<Object>>Bindable.createAndBindInputs(BindingService adapter) Binds all the inputs associated with this instance.AbstractBindableProxyFactory.createAndBindOutputs(BindingService bindingService) default Collection<Binding<Object>>Bindable.createAndBindOutputs(BindingService adapter) Binds all the outputs associated with this instance.Methods in org.springframework.cloud.stream.binding with parameters of type BindingModifier and TypeMethodDescriptionvoidDynamicDestinationsBindable.addOutputBinding(String name, Binding<?> binding) voidBindingService.LateBinding.setDelegate(Binding<T> delegate) -
Uses of Binding in org.springframework.cloud.stream.endpoint
Methods in org.springframework.cloud.stream.endpoint that return Binding