Action

open class Action(val uuid: String, val actionTimetoken: Long)

Encapsulates a message action in terms of batch history.

Inheritors

Constructors

Link copied to clipboard
constructor(uuid: String, actionTimetoken: Long)

Properties

Link copied to clipboard

The publish timetoken of the message action.

Link copied to clipboard

The UUID of the publisher.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int