Uses of Class
org.springframework.cloud.stream.binder.ProducerProperties
Packages that use ProducerProperties
Package
Description
-
Uses of ProducerProperties in org.springframework.cloud.stream.binder
Classes in org.springframework.cloud.stream.binder with type parameters of type ProducerPropertiesModifier 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.Subclasses of ProducerProperties in org.springframework.cloud.stream.binderMethods in org.springframework.cloud.stream.binder that return types with arguments of type ProducerPropertiesModifier and TypeMethodDescription<T> Binder<T, ? extends ConsumerProperties, ? extends ProducerProperties> Returns the binder instance associated with the given configuration name.Method parameters in org.springframework.cloud.stream.binder with type arguments of type ProducerPropertiesModifier and TypeMethodDescriptionvoidBinderCustomizer.customize(Binder<?, ? extends ConsumerProperties, ? extends ProducerProperties> binder, String binderName) The user must check for the binder type and then apply the necessary customizations.Constructors in org.springframework.cloud.stream.binder with parameters of type ProducerPropertiesModifierConstructorDescriptionPartitionHandler(org.springframework.expression.EvaluationContext evaluationContext, ProducerProperties properties, org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) Construct aPartitionHandler. -
Uses of ProducerProperties in org.springframework.cloud.stream.binding
Methods in org.springframework.cloud.stream.binding with parameters of type ProducerPropertiesModifier and TypeMethodDescriptionvoidNewDestinationBindingCallback.configure(String channelName, org.springframework.messaging.MessageChannel channel, ProducerProperties producerProperties, T extendedProducerProperties) Configure the properties or channel before binding.<T> Binding<T> BindingService.doBindProducer(T output, String bindingTarget, Binder<T, ?, ProducerProperties> binder, ProducerProperties producerProperties) <T> voidBindingService.rescheduleProducerBinding(T output, String bindingTarget, Binder<T, ?, ProducerProperties> binder, ProducerProperties producerProperties, BindingService.LateBinding<T> late, RuntimeException exception) Method parameters in org.springframework.cloud.stream.binding with type arguments of type ProducerPropertiesModifier and TypeMethodDescription<T> Binding<T> BindingService.doBindProducer(T output, String bindingTarget, Binder<T, ?, ProducerProperties> binder, ProducerProperties producerProperties) <T> voidBindingService.rescheduleProducerBinding(T output, String bindingTarget, Binder<T, ?, ProducerProperties> binder, ProducerProperties producerProperties, BindingService.LateBinding<T> late, RuntimeException exception) -
Uses of ProducerProperties in org.springframework.cloud.stream.config
Methods in org.springframework.cloud.stream.config that return ProducerPropertiesModifier and TypeMethodDescriptionBindingProperties.getProducer()BindingServiceProperties.getProducerProperties(String outputBindingName) Methods in org.springframework.cloud.stream.config with parameters of type ProducerPropertiesModifier and TypeMethodDescriptionvoidBindingProperties.setProducer(ProducerProperties producer) voidBindingServiceProperties.updateProducerProperties(String bindingName, ProducerProperties producerProperties) -
Uses of ProducerProperties in org.springframework.cloud.stream.provisioning
Classes in org.springframework.cloud.stream.provisioning with type parameters of type ProducerPropertiesModifier and TypeInterfaceDescriptioninterfaceProvisioningProvider<C extends ConsumerProperties, P extends ProducerProperties>Provisioning SPI that allows the users to provision destinations such as queues and topics.