GenericMessage.this

Create a new message with the given payload and headers. The content of the given header map is copied. @param payload the message payload (never {@code null}) @param headers message headers to use for initialization

  1. this(T payload)
  2. this(T payload, Map!(string, Object) headers)
    class GenericMessage(T)
    this
    (,
    Map!(string, Object) headers
    )
  3. this(T payload, MessageHeaders headers)

Meta