Annotation Interface ThingworxSubscriptions
@Target(TYPE)
@Retention(RUNTIME)
@ThingworxExtensionApiAnnotation(since={6,6})
public @interface ThingworxSubscriptions
Contains a collection of 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 subscriptions handled by this class.
-
Element Details
-
subscriptions
ThingworxSubscription[] subscriptions
Required parameter: a collection of subscriptions handled by this class.
-