Annotation Type ThingworxMultiEventSubscriptions
-
@Target(TYPE) @Retention(RUNTIME) @ThingworxExtensionApiAnnotation(since={9,5,1}) public @interface ThingworxMultiEventSubscriptions
Contains a collection of multi event subscriptions handled by this entity (or derived instances of the entity, for example a thing that uses the annotated thing template).
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description ThingworxMultiEventSubscription[]
subscriptions
Required parameter: a collection of multiEventSubscription handled by this class.
-
-
-
Element Detail
-
subscriptions
ThingworxMultiEventSubscription[] subscriptions
Required parameter: a collection of multiEventSubscription handled by this class.
-
-