Uses of Class
org.springframework.cloud.stream.binder.ProducerProperties
-
-
Uses of ProducerProperties in org.springframework.cloud.stream.binder
Classes in org.springframework.cloud.stream.binder with type parameters of type ProducerProperties 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.Subclasses of ProducerProperties in org.springframework.cloud.stream.binder Modifier and Type Class Description classExtendedProducerProperties<T>Methods in org.springframework.cloud.stream.binder that return types with arguments of type ProducerProperties 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.Method parameters in org.springframework.cloud.stream.binder with type arguments of type ProducerProperties 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.Constructors in org.springframework.cloud.stream.binder with parameters of type ProducerProperties Constructor Description PartitionHandler(org.springframework.expression.EvaluationContext evaluationContext, ProducerProperties properties, org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)Construct aPartitionHandler.PartitionHandler(org.springframework.expression.EvaluationContext evaluationContext, ProducerProperties properties, PartitionKeyExtractorStrategy partitionKeyExtractorStrategy, PartitionSelectorStrategy partitionSelectorStrategy)Deprecated.since 3.0.2. -
Uses of ProducerProperties in org.springframework.cloud.stream.binding
Methods in org.springframework.cloud.stream.binding with parameters of type ProducerProperties Modifier and Type Method Description voidBinderAwareChannelResolver.NewDestinationBindingCallback. 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 ProducerProperties Modifier and Type Method Description <T> Binding<T>BindingService. bindProducer(T output, String outputName, boolean cache, Binder<T,?,ProducerProperties> binder)<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 ProducerProperties Modifier and Type Method Description ProducerPropertiesBindingProperties. getProducer()ProducerPropertiesBindingServiceProperties. getProducerProperties(String outputBindingName)Methods in org.springframework.cloud.stream.config with parameters of type ProducerProperties Modifier and Type Method Description voidBindingProperties. 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 ProducerProperties 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.
-