MessageHeaders.this

Constructor providing control over the ID and TIMESTAMP header values. @param headers a map with headers to add @param id the {@link #ID} header value @param timestamp the {@link #TIMESTAMP} header value

  1. this(Map!(string, Object) headers)
  2. this(Map!(string, Object) headers, UUID* id, long timestamp)
  3. this(Map!(string, Object) headers, UUID* id, Long timestamp)
    class MessageHeaders
    this
    (
    Map!(string, Object) headers
    ,
    UUID* id
    ,)

Meta