ParsedWatchEvent

sealed trait ParsedWatchEvent[T]

Watch event with parsed payload

This type is used internally by the watch stream. End users should use the TypedWatchEvent type instead, which does not contain the bookmark event which is transparently handled by the client.

Type parameters:
T

Payload type

Companion:
object
class Object
trait Matchable
class Any