Class AmqpMessageBuilder

  • All Implemented Interfaces:
    io.vertx.lang.rx.RxDelegate

    public class AmqpMessageBuilder
    extends Object
    implements io.vertx.lang.rx.RxDelegate
    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 RX-ified interface using Vert.x codegen.