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 TypeMethodDescriptionReactivePulsarOperations.SendMessageBuilder.withSenderCustomizer(ReactiveMessageSenderBuilderCustomizer<T> customizer) Specifies the customizer to use to further configure the reactive sender builder.ReactivePulsarTemplate.SendMessageBuilderImpl.withSenderCustomizer(ReactiveMessageSenderBuilderCustomizer<T> senderCustomizer) 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(String topic, org.apache.pulsar.client.api.Schema<T> schema, List<ReactiveMessageSenderBuilderCustomizer<T>> customizers) org.apache.pulsar.reactive.client.api.ReactiveMessageSender<T>ReactivePulsarSenderFactory.createSender(String topic, org.apache.pulsar.client.api.Schema<T> schema, List<ReactiveMessageSenderBuilderCustomizer<T>> customizers) Create a reactive message sender.