Package com.thingworx.things.handlers
Interface IThingInitializeHandler
An interface to allow ThingShape POJOs to participate in the lifecycle of Things
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleInitializeThing(Thing thing) voidhandleInitializeThing(Thing thing, ContextType contextType)
-
Method Details
-
handleInitializeThing
- Throws:
Exception
-
handleInitializeThing
@ThingworxExtensionApiMethod(since={9,0}) void handleInitializeThing(Thing thing, ContextType contextType) throws Exception - Throws:
Exception
-