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