Annotation Interface ControlTask
A control task is a method that can be invoked on a ConfigurationItem, to perform some action.
For instance, that starting or stopping of a Container.
A @ControlTask method should adhere to the following rules:
- take either no parameters or a
.Map<String, String>
- return a
List<Step>
-
Optional Element Summary
Modifier and TypeOptional ElementDescription -
Field Summary
-
Field Details
-
DEFAULT_DELEGATE
- See Also:
-
-
Element Details