Annotation Type 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

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


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

      • subscriptions

        ThingworxSubscription[] subscriptions


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