Package io.ably.lib.types
Class MessageOperation
java.lang.Object
io.ably.lib.types.MessageOperation
Represents metadata about a message operation (update/delete).
Contains optional information about who performed the operation and why.
-
Field Summary
FieldsModifier and TypeFieldDescriptionOptional identifier of the client performing the operation.Optional human-readable description of the operation.Optional dictionary of key-value pairs containing additional metadata about the operation. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorConstructor with all fields -
Method Summary
-
Field Details
-
clientId
Optional identifier of the client performing the operation. -
description
Optional human-readable description of the operation. -
metadata
Optional dictionary of key-value pairs containing additional metadata about the operation.
-
-
Constructor Details
-
MessageOperation
public MessageOperation()Default constructor -
MessageOperation
Constructor with all fields
-