T - handled Messagepublic static interface Message.Parser<T extends Message>
Important: Exactly one instance must be locatable via SPI for MessageCodec to be able
to locate the parser.
| Modifier and Type | Method and Description |
|---|---|
T |
fromJson(com.github.cliftonlabs.json_simple.JsonObject json)
Deserializes a
Message from given JSON. |
String |
getMessageType()
Returns a unique identification of this message type.
|
String getMessageType()
Message.getMessageType().Copyright © 2025. All rights reserved.