Respond to an observed Discover event by returning the given event.
a Resolve 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.
event data for Resolve response event
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 DiscoverEvent instance for discovering objects with the given core types.
the core types to discover
Create a DiscoverEvent instance for discovering objects with the given external Id and object Id.
the external ID to discover
the object ID to discover
Create a DiscoverEvent instance for discovering objects with the given external Id.
the external ID to discover
Create a DiscoverEvent instance for discovering objects with the given external Id and core types.
the external ID to discover
an array of core types to discover
Create a DiscoverEvent instance for discovering objects with the given external Id and object types.
the external ID to discover
an array of object types to discover
Create a DiscoverEvent instance for discovering objects with the given object Id.
the object ID to discover
Create a DiscoverEvent instance for discovering objects with the given object types.
the object types to discover
Generated using TypeDoc
Discover event.