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

Annotation Type ThingworxEventDefinitions



  • @Target(value=TYPE)
     @Retention(value=RUNTIME)
     @ThingworxExtensionApiAnnotation(since={6,6})
    public @interface ThingworxEventDefinitions
    Contains a collection of event definitions that this entity type owns and may fire over the course of its lifetime.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element and Description
      ThingworxEventDefinition[] events


      Required parameter: a collection of event definitions appropriate to this class.
    • Element Detail

      • events

        public abstract ThingworxEventDefinition[] events


        Required parameter: a collection of event definitions appropriate to this class.