Uses of Interface
org.springframework.cloud.stream.binder.Binder
-
Packages that use Binder Package Description org.springframework.cloud.stream.binder org.springframework.cloud.stream.binding org.springframework.cloud.stream.reflection -
-
Uses of Binder in org.springframework.cloud.stream.binder
Subinterfaces of Binder in org.springframework.cloud.stream.binder Modifier and Type Interface Description interfaceExtendedPropertiesBinder<T,C,P>Extension ofBinderthat takesExtendedConsumerPropertiesandExtendedProducerPropertiesas arguments.Classes in org.springframework.cloud.stream.binder that implement Binder Modifier and Type Class Description classAbstractBinder<T,C extends ConsumerProperties,P extends ProducerProperties>Base class forBinderimplementations.classAbstractMessageChannelBinder<C extends ConsumerProperties,P extends ProducerProperties,PP extends ProvisioningProvider<C,P>>AbstractBinderthat serves as base class forMessageChannelbinders.Methods in org.springframework.cloud.stream.binder that return Binder Modifier and Type Method Description <T> Binder<T,? extends ConsumerProperties,? extends ProducerProperties>BinderFactory. getBinder(String configurationName, Class<? extends T> bindableType)Returns the binder instance associated with the given configuration name.<T> Binder<T,?,?>DefaultBinderFactory. getBinder(String name, Class<? extends T> bindingTargetType)Methods in org.springframework.cloud.stream.binder with parameters of type Binder Modifier and Type Method Description voidBinderCustomizer. customize(Binder<?,ConsumerProperties,ProducerProperties> binder, String binderName)When customization beans are present in an application that uses a single binder, those beans are detected by the binder. -
Uses of Binder in org.springframework.cloud.stream.binding
Methods in org.springframework.cloud.stream.binding that return Binder Modifier and Type Method Description protected <T> Binder<T,?,?>BindingService. getBinder(String channelName, Class<T> bindableType)Methods in org.springframework.cloud.stream.binding with parameters of type Binder Modifier and Type Method Description <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)<T> voidBindingService. rescheduleConsumerBinding(T input, String inputName, Binder<T,ConsumerProperties,?> binder, ConsumerProperties consumerProperties, String target, BindingService.LateBinding<T> late, RuntimeException exception)<T> voidBindingService. reschedulePollableConsumerBinding(T input, String inputName, Binder<T,ConsumerProperties,?> binder, ConsumerProperties consumerProperties, String target, BindingService.LateBinding<T> late, RuntimeException exception)<T> voidBindingService. rescheduleProducerBinding(T output, String bindingTarget, Binder<T,?,ProducerProperties> binder, ProducerProperties producerProperties, BindingService.LateBinding<T> late, RuntimeException exception) -
Uses of Binder in org.springframework.cloud.stream.reflection
Methods in org.springframework.cloud.stream.reflection with parameters of type Binder Modifier and Type Method Description static booleanGenericsUtils. checkCompatiblePollableBinder(Binder binderInstance, Class<?> bindingTargetType)Return the generic type of PollableSource to determine if it is appropriate for the binder.
-