Uses of Class
org.springframework.cloud.stream.binder.ConsumerProperties
Packages that use ConsumerProperties
Package
Description
-
Uses of ConsumerProperties in org.springframework.cloud.stream.binder
Classes in org.springframework.cloud.stream.binder with type parameters of type ConsumerPropertiesModifier and TypeClassDescriptionclassAbstractBinder<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.binderModifier and TypeClassDescriptionclassExtension ofConsumerPropertiesto be used with anExtendedPropertiesBinder.Methods in org.springframework.cloud.stream.binder that return types with arguments of type ConsumerPropertiesModifier and TypeMethodDescription<T> Binder<T,? extends ConsumerProperties, ? extends ProducerProperties> Returns the binder instance associated with the given configuration name.Methods in org.springframework.cloud.stream.binder with parameters of type ConsumerPropertiesModifier and TypeMethodDescriptionprotected 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 ConsumerPropertiesModifier and TypeMethodDescriptionvoidBinderCustomizer.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 ConsumerPropertiesModifier and TypeMethodDescription<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 ConsumerPropertiesModifier and TypeMethodDescription<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 ConsumerPropertiesModifier and TypeMethodDescriptionBindingProperties.getConsumer()BindingServiceProperties.getConsumerProperties(String inputBindingName) Methods in org.springframework.cloud.stream.config with parameters of type ConsumerPropertiesModifier and TypeMethodDescriptionvoidBindingProperties.setConsumer(ConsumerProperties consumer) -
Uses of ConsumerProperties in org.springframework.cloud.stream.provisioning
Classes in org.springframework.cloud.stream.provisioning with type parameters of type ConsumerPropertiesModifier and TypeInterfaceDescriptioninterfaceProvisioningProvider<C extends ConsumerProperties,P extends ProducerProperties> Provisioning SPI that allows the users to provision destinations such as queues and topics.