Uses of Interface
org.springframework.pulsar.reactive.core.ReactivePulsarOperations.SendOneMessageBuilder
Packages that use ReactivePulsarOperations.SendOneMessageBuilder
Package
Description
Package containing the core reactive components of the framework.
-
Uses of ReactivePulsarOperations.SendOneMessageBuilder in org.springframework.pulsar.reactive.core
Methods in org.springframework.pulsar.reactive.core that return ReactivePulsarOperations.SendOneMessageBuilderModifier and TypeMethodDescriptionReactivePulsarOperations.newMessage(T message) Create abuilderfor configuring and sending a message reactively.ReactivePulsarTemplate.newMessage(T message) ReactivePulsarOperations.SendOneMessageBuilder.withMessageCustomizer(MessageSpecBuilderCustomizer<T> customizer) Specifies the message customizer to use to further configure the message.