Uses of Class
org.springframework.cloud.stream.binder.ConsumerProperties
-
-
Uses of ConsumerProperties in org.springframework.cloud.stream.binder
Classes in org.springframework.cloud.stream.binder with type parameters of type ConsumerProperties 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.interfaceBinder<T,C extends ConsumerProperties,P extends ProducerProperties>A strategy interface used to bind an app interface to a logical name.interfacePollableConsumerBinder<H,C extends ConsumerProperties>A binder that supports pollable message sources.Subclasses of ConsumerProperties in org.springframework.cloud.stream.binder Modifier and Type Class Description classExtendedConsumerProperties<T>Extension ofConsumerPropertiesto be used with anExtendedPropertiesBinder.Methods in org.springframework.cloud.stream.binder that return types with arguments of type ConsumerProperties 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.Methods in org.springframework.cloud.stream.binder with parameters of type ConsumerProperties Modifier and Type Method Description protected org.springframework.retry.support.RetryTemplateAbstractBinder. buildRetryTemplate(ConsumerProperties properties)Create and configure a default retry template unless one has already been provided via @Bean by an application.Method parameters in org.springframework.cloud.stream.binder with type arguments of type ConsumerProperties 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 ConsumerProperties in org.springframework.cloud.stream.binding
Methods in org.springframework.cloud.stream.binding with parameters of type ConsumerProperties Modifier and Type Method Description <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> 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)Method parameters in org.springframework.cloud.stream.binding with type arguments of type ConsumerProperties Modifier and Type Method Description <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> 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) -
Uses of ConsumerProperties in org.springframework.cloud.stream.config
Methods in org.springframework.cloud.stream.config that return ConsumerProperties Modifier and Type Method Description ConsumerPropertiesBindingProperties. getConsumer()ConsumerPropertiesBindingServiceProperties. getConsumerProperties(String inputBindingName)Methods in org.springframework.cloud.stream.config with parameters of type ConsumerProperties Modifier and Type Method Description voidBindingProperties. setConsumer(ConsumerProperties consumer) -
Uses of ConsumerProperties in org.springframework.cloud.stream.provisioning
Classes in org.springframework.cloud.stream.provisioning with type parameters of type ConsumerProperties Modifier and Type Interface Description interfaceProvisioningProvider<C extends ConsumerProperties,P extends ProducerProperties>Provisioning SPI that allows the users to provision destinations such as queues and topics.
-