Create a new AssociateEventData instance.
the object Id of the IO source object to associate/disassociate
the object Id of the IO actor object 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)
The IO route associating the given IO source and IO actor, or undefined if the association between IO source and actor should be dissolved.
The object Id of the IO actor object.
The object Id of the IO source object.
Indicates whether the associating route represents an external topic, as
specified by IoPoint.externalRoute
(optional).
Only used for association, not for disassociation.
The recommended update rate (in millis) for publishing IO source values (optional).
Only used for association, not for disassociation.
Generated using TypeDoc
Defines event data format to associate or disassociate an IO source with an IO actor.