the topic this Raw event is published on
data associated with this Raw event
binding-specific publication options (optional)
Binding-specific publication options.
Publication topic for this topic-based event.
Gets the event data of this event.
Gets the object ID of the event source object.
Gets the object ID of the event source object.
Determines whether the given name is valid as an event filter for Coaty communication.
Event filters are used for Coaty communication event filtering, e.g. to filter a communication namespace, an object type, a channel identifier, or a remote operation.
An event filter is valid for communication if it is non-empty and does
not contain the following characters: NULL (U+0000)
, # (U+0023)
, + (U+002B)
, / (U+002F)
.
an event filter
true if the given name can be used for event filtering; false otherwise
Create a RawEvent instance for the given publication topic and payload.
the publication topic
a payload string or Uint8Array (or Buffer in Node.js, a subclass thereof) to be published on the given topic
binding-specific publication options (optional)
Generated using TypeDoc
Raw event.