the name of the IO context
data associated with this Associate 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 an AssociateEvent instance for associating or disassociating the given IO source and IO actor.
the name of an IO context the given IO source and actor belong to
the IO source object Id to associate/disassociate
the IO actor object Id to associate/disassociate
the IO route used by IO source for publishing and by IO actor for subscribing, or undefined if used for disassocation
indicates whether the associating route is external (optional)
the recommended update rate (in millis) for publishing IO source values (optional)
Generated using TypeDoc
Associate event.