Class AmqpMessageBuilder


  • public class AmqpMessageBuilder
    extends Object
    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.

    NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.