Interface MessageBuilder

  • All Known Implementing Classes:
    WrapperMessageBuilder

    public interface MessageBuilder
    API to configure and create a Message.

    A MessageBuilder is meant to create only one message, it should not be re-used for several message instances.

    Please see section 3.2 "message format" of the AMQP 1.0 specification to find out about the exact meaning of the message sections.

    See Also:
    Message