Package com.tailf.dp.annotations
Annotation Interface NanoServiceCallback
Annotation class for Nano Service Callbacks.
Attributes are
servicePoint
componentType
, state
and callType
.
The callpoint
is the string that is annotated with the
tailf:servicepoint
in the data model.
The data model defines a number of callpoints
.
Each callpoint
must have an associated a set of data callbacks
or user written methods annotated with DataCallback
.
The Nano service plan defines a number of plan components and states.
The Callback refers to one of these components and and a state in this
component as the target for callback invokation.
callType
defines the type of callback.- Since:
- 4.3.0
-
Required Element Summary
Modifier and TypeRequired ElementDescription
-
Element Details
-
servicePoint
String servicePoint -
componentType
String componentType -
state
String state -
callType
NanoServiceCBType[] callType
-