EventMessage

data class EventMessage(val subscriptionId: String, val event: Event) : RelayMessage

Every event provided by the relay is associated with a subscription. This type binds both.

Constructors

Link copied to clipboard
constructor(subscriptionId: String, event: Event)

Properties

Link copied to clipboard
Link copied to clipboard