@Immutable
public interface Message
The interface Message.
-
Method Summary
long
Hash string for deduping, used as the primary key.
long
-
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
Message type string.
- Returns:
- the string
-
payload
Payload string.
- Returns:
- the string