Package io.littlehorse.sdk.worker
Annotation Type LHTaskMethod
-
@Target(METHOD) @Retention(RUNTIME) public @interface LHTaskMethodAnnotation used to indicate that the annotated method should be used as the method to execute a Task in the LH Java Task Worker library.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThis is the value of the annotation; it corresponds to the name of the TaskDef executed by the annotated Method.
-