See: Description
Interface | Description |
---|---|
BaseExecutionDescriptor.InputProcessorFactory |
Factory creating the input processor.
|
BaseExecutionDescriptor.ReaderFactory |
Factory creating the reader.
|
ParametrizedRunnable<T> |
The interface representing a runnable code accepting a parameter.
|
Class | Description |
---|---|
BaseExecutionDescriptor |
Descriptor for the execution service.
|
BaseExecutionService |
Base Execution service provides the facility to execute a process.
|
Environment |
The class that provides an access to environment variables.
|
ExplicitProcessParameters |
Allows to augment or replace process parameters for a single execution action.
|
ExplicitProcessParameters.Builder |
Builds the
ExplicitProcessParameters instance. |
ProcessBuilder |
Abstraction of process builders.
|
Processes |
The utility class for better processes handling.
|
BaseExecutionService