Skip navigation links
Thingworx Platform API
8.5.0
com.thingworx.metadata.annotations

Annotation Type ThingworxSubscriptions



  • @Target(value=TYPE)
     @Retention(value=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

      Required Elements 
      Modifier and Type Required Element and Description
      ThingworxSubscription[] subscriptions


      Required parameter: a collection of subscriptions handled by this class.
    • Element Detail

      • subscriptions

        public abstract ThingworxSubscription[] subscriptions


        Required parameter: a collection of subscriptions handled by this class.