Uses of Interface
org.springframework.pulsar.reactive.core.ReactivePulsarOperations.SendMessageBuilder
Packages that use ReactivePulsarOperations.SendMessageBuilder
Package
Description
Package containing the core reactive components of the framework.
-
Uses of ReactivePulsarOperations.SendMessageBuilder in org.springframework.pulsar.reactive.core
Classes in org.springframework.pulsar.reactive.core that implement ReactivePulsarOperations.SendMessageBuilderMethods in org.springframework.pulsar.reactive.core that return ReactivePulsarOperations.SendMessageBuilderModifier and TypeMethodDescriptionReactivePulsarOperations.newMessage(T message) Create abuilderfor configuring and sending a message reactively.ReactivePulsarOperations.SendMessageBuilder.withMessageCustomizer(MessageSpecBuilderCustomizer<T> customizer) Specifies the message customizer to use to further configure the message.ReactivePulsarOperations.SendMessageBuilder.withSenderCustomizer(ReactiveMessageSenderBuilderCustomizer<T> customizer) Specifies the customizer to use to further configure the reactive sender builder.Specify the topic to send the message to.