Class AmqpMessageBuilder

java.lang.Object
io.vertx.mutiny.amqp.AmqpMessageBuilder
All Implemented Interfaces:
MutinyDelegate

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