Package io.ably.lib.types
Class Message.Operation
java.lang.Object
io.ably.lib.types.Message.Operation
- Enclosing class:
- Message
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static Message.Operation
read
(com.google.gson.JsonObject jsonObject) protected static Message.Operation
read
(org.msgpack.core.MessageUnpacker unpacker)
-
Field Details
-
clientId
-
description
-
metadata
-
-
Constructor Details
-
Operation
public Operation()
-
-
Method Details
-
read
protected static Message.Operation read(org.msgpack.core.MessageUnpacker unpacker) throws IOException - Throws:
IOException
-
read
protected static Message.Operation read(com.google.gson.JsonObject jsonObject) throws MessageDecodeException - Throws:
MessageDecodeException
-