lib
jvm
lib
/
app.cash.nostrino.message.relay
/
EventMessage
Event
Message
jvm
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.
Members
Constructors
Event
Message
Link copied to clipboard
jvm
constructor
(
subscriptionId
:
String
,
event
:
Event
)
Properties
event
Link copied to clipboard
jvm
val
event
:
Event
subscription
Id
Link copied to clipboard
jvm
val
subscriptionId
:
String