@ParametersAreNonnullByDefault
See: Description
| Interface | Description |
|---|---|
| StateAction |
Interface types for individual state actions.
|
| StateAction.CleanupJob |
CLEANUP_JOB state action interface.
|
| StateAction.ConfigureAgent |
CONFIGURE_AGENT state action interface.
|
| StateAction.HandleError |
HANDLE_ERROR state action interface.
|
| StateAction.Initialize |
INITIALIZE state action interface.
|
| StateAction.LaunchJob |
LAUNCH_JOB state action interface.
|
| StateAction.MonitorJob |
MONITOR_JOB state action interface.
|
| StateAction.ResolveJobSpecification |
RESOLVE_JOB_SPECIFICATION state action interface.
|
| StateAction.SetUpJob |
SETUP_JOB state action interface.
|
| StateAction.Shutdown |
SHUTDOWN state action interface.
|
| Class | Description |
|---|---|
| BaseStateAction |
Base class for StateAction.
|
| StateMachineActionsAutoConfiguration |
Spring auto configuration to provide beans for all available actions within the Agent job execution state machine.
|