Uses of Interface
org.springframework.pulsar.reactive.core.ReactiveMessageSenderBuilderCustomizer
Packages that use ReactiveMessageSenderBuilderCustomizer
Package
Description
Package containing the core reactive components of the framework.
-
Uses of ReactiveMessageSenderBuilderCustomizer in org.springframework.pulsar.reactive.core
Methods in org.springframework.pulsar.reactive.core with parameters of type ReactiveMessageSenderBuilderCustomizerModifier and TypeMethodDescriptionorg.apache.pulsar.reactive.client.api.ReactiveMessageSender<T>DefaultReactivePulsarSenderFactory.createSender(org.apache.pulsar.client.api.Schema<T> schema, String topic, ReactiveMessageSenderBuilderCustomizer<T> customizer) org.apache.pulsar.reactive.client.api.ReactiveMessageSender<T>ReactivePulsarSenderFactory.createSender(org.apache.pulsar.client.api.Schema<T> schema, String topic, ReactiveMessageSenderBuilderCustomizer<T> customizer) Create a reactive message sender.ReactivePulsarOperations.SendMessageBuilder.withSenderCustomizer(ReactiveMessageSenderBuilderCustomizer<T> customizer) Specifies the customizer to use to further configure the reactive sender builder.Method parameters in org.springframework.pulsar.reactive.core with type arguments of type ReactiveMessageSenderBuilderCustomizerModifier and TypeMethodDescriptionorg.apache.pulsar.reactive.client.api.ReactiveMessageSender<T>DefaultReactivePulsarSenderFactory.createSender(org.apache.pulsar.client.api.Schema<T> schema, String topic, List<ReactiveMessageSenderBuilderCustomizer<T>> customizers) org.apache.pulsar.reactive.client.api.ReactiveMessageSender<T>ReactivePulsarSenderFactory.createSender(org.apache.pulsar.client.api.Schema<T> schema, String topic, List<ReactiveMessageSenderBuilderCustomizer<T>> customizers) Create a reactive message sender.