Interface Message


@Immutable public interface Message
The interface Message.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Hash string for deduping, used as the primary key.
    Message type string.
    Payload string.
    long
    Created instant.
  • Method Details

    • hash

      long hash()
      Hash string for deduping, used as the primary key.
      Returns:
      the string
    • timestamp

      long timestamp()
      Created instant.
      Returns:
      the instant
    • messageType

      String messageType()
      Message type string.
      Returns:
      the string
    • payload

      String payload()
      Payload string.
      Returns:
      the string