Annotation Interface 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
Modifier and TypeRequired ElementDescription
Required parameter: a collection of multiEventSubscription handled by this class.
-
Element Details
-
subscriptions
ThingworxMultiEventSubscription[] subscriptions
Required parameter: a collection of multiEventSubscription handled by this class.
-