Package io.vertx.amqp

Interface AmqpMessageBuilder


  • public interface AmqpMessageBuilder
    Builder to create a new AmqpMessage.

    Reference about the different metadata can be found on AMQP message properties.

    Note that the body is set using withBodyAs* method depending on the passed type.