Interface ReactivePulsarOperations.SendOneMessageBuilder<T>

All Superinterfaces:
ReactivePulsarOperations.SendMessageBuilder<ReactivePulsarOperations.SendOneMessageBuilder<T>,T>
Enclosing interface:
ReactivePulsarOperations<T>

public static non-sealed interface ReactivePulsarOperations.SendOneMessageBuilder<T> extends ReactivePulsarOperations.SendMessageBuilder<ReactivePulsarOperations.SendOneMessageBuilder<T>,T>
  • Method Details

    • withMessageCustomizer

      Specifies the message customizer to use to further configure the message.
      Parameters:
      customizer - the message customizer
      Returns:
      the current builder with the message customizer specified
    • send

      reactor.core.publisher.Mono<org.apache.pulsar.client.api.MessageId> send()
      Send the message in a reactive manner using the configured specification.
      Returns:
      the id assigned by the broker to the published message