Annotation Type ThingworxSubscriptionEvent
-
@Target(ANNOTATION_TYPE) @Retention(RUNTIME) @ThingworxExtensionApiAnnotation(since={9,5,1}) public @interface ThingworxSubscriptionEvent
Defines events subscriptions that the entity wishes to handle. Events can either target standard events or property events, and may also specify a source entity. The source entity should be another entity that is part of the platform, the extension, or an entity in a dependent extension.- See Also:
MultiEventSubscription
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
source
Optional parameter: the name of the entity to subscribe to for events.java.lang.String
sourceProperty
Optional parameter: the name of the property that this subscription should monitor.
-