Package com.apama.epl.plugin.annotation
Annotation Type Callback
-
@Retention(RUNTIME) @Target(METHOD) public @interface Callback
Declare methods on a correlator Java plugin as being a callback from the runtime. Options are: SHUTDOWN - called when the plugin is unloaded/deleted or the correlator shuts down.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Callback.CBType
type
-
-
-
Element Detail
-
type
Callback.CBType type
-
-