Class MessageOperation

java.lang.Object
io.ably.lib.types.MessageOperation

public class MessageOperation extends Object
Represents metadata about a message operation (update/delete). Contains optional information about who performed the operation and why.
  • Field Details

    • clientId

      public String clientId
      Optional identifier of the client performing the operation.
    • description

      public String description
      Optional human-readable description of the operation.
    • metadata

      public Map<String,String> metadata
      Optional dictionary of key-value pairs containing additional metadata about the operation.
  • Constructor Details

    • MessageOperation

      public MessageOperation()
      Default constructor
    • MessageOperation

      public MessageOperation(String clientId, String description, Map<String,String> metadata)
      Constructor with all fields