Package io.ably.lib.types
Class UpdateDeleteResult
java.lang.Object
io.ably.lib.types.UpdateDeleteResult
Contains the result of an update or delete message operation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable StringThe serial of the new version of the updated or deleted message. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
versionSerial
The serial of the new version of the updated or deleted message. Will be null if the message was superseded by a subsequent update before it could be published.
-
-
Constructor Details
-
UpdateDeleteResult
-
-
Method Details
-
getBodyHandler
-