Uses of Interface
org.springframework.cloud.stream.binder.Binding
-
Packages that use Binding Package Description org.springframework.cloud.stream.binder org.springframework.cloud.stream.binding org.springframework.cloud.stream.endpoint -
-
Uses of Binding in org.springframework.cloud.stream.binder
Classes in org.springframework.cloud.stream.binder that implement Binding Modifier and Type Class Description classDefaultBinding<T>Default implementation for aBinding.Methods in org.springframework.cloud.stream.binder that return Binding Modifier and Type Method Description Binding<T>AbstractBinder. bindConsumer(String name, String group, T target, C properties)Binding<T>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.Binding<T>AbstractBinder. bindProducer(String name, T outboundBindTarget, P properties)Binding<T>Binder. bindProducer(String name, T outboundBindTarget, P producerProperties)Bind the target component as a message producer to the logical entity identified by the name.protected abstract Binding<T>AbstractBinder. doBindConsumer(String name, String group, T inputTarget, C properties)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.protected abstract Binding<T>AbstractBinder. doBindProducer(String name, T outboundBindTarget, P properties)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 Constructor Description BindingCreatedEvent(Binding<?> source) -
Uses of Binding in org.springframework.cloud.stream.binding
Classes in org.springframework.cloud.stream.binding that implement Binding Modifier and Type Class Description static classBindingService.LateBinding<T>Methods in org.springframework.cloud.stream.binding that return Binding Modifier and Type Method Description <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)Methods in org.springframework.cloud.stream.binding that return types with arguments of type Binding Modifier and Type Method Description <T> Collection<Binding<T>>BindingService. bindConsumer(T input, String inputName)Collection<Binding<Object>>AbstractBindableProxyFactory. createAndBindInputs(BindingService bindingService)default Collection<Binding<Object>>Bindable. createAndBindInputs(BindingService adapter)Binds all the inputs associated with this instance.Collection<Binding<Object>>AbstractBindableProxyFactory. createAndBindOutputs(BindingService bindingService)default Collection<Binding<Object>>Bindable. createAndBindOutputs(BindingService adapter)Binds all the outputs associated with this instance.List<Binding<?>>BindingsLifecycleController. queryState(String name)Queries the individual state of a binding.Methods in org.springframework.cloud.stream.binding with parameters of type Binding Modifier and Type Method Description voidDynamicDestinationsBindable. 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 types with arguments of type Binding Modifier and Type Method Description List<Binding<?>>BindingsEndpoint. queryState(String name)
-