- ComposedBatchConfigurer - Class in org.springframework.cloud.task.app.composedtaskrunner
-
A BatchConfigurer for CTR that will establish the transaction isolation lavel to READ_COMMITTED.
- ComposedBatchConfigurer(BatchProperties, DataSource, TransactionManagerCustomizers) - Constructor for class org.springframework.cloud.task.app.composedtaskrunner.ComposedBatchConfigurer
-
Create a new BasicBatchConfigurer
instance.
- ComposedRunnerJobFactory - Class in org.springframework.cloud.task.app.composedtaskrunner
-
Genererates a Composed Task Job Flow.
- ComposedRunnerJobFactory(ComposedTaskProperties) - Constructor for class org.springframework.cloud.task.app.composedtaskrunner.ComposedRunnerJobFactory
-
- ComposedRunnerVisitor - Class in org.springframework.cloud.task.app.composedtaskrunner
-
Creates a stack of task executions from a composed task DSL.
- ComposedRunnerVisitor() - Constructor for class org.springframework.cloud.task.app.composedtaskrunner.ComposedRunnerVisitor
-
- composedTaskJob() - Method in class org.springframework.cloud.task.app.composedtaskrunner.ComposedTaskRunnerConfiguration
-
- ComposedTaskProperties - Class in org.springframework.cloud.task.app.composedtaskrunner.properties
-
Configuration properties used to setup the ComposedTaskRunner.
- ComposedTaskProperties() - Constructor for class org.springframework.cloud.task.app.composedtaskrunner.properties.ComposedTaskProperties
-
- ComposedTaskRunner - Class in org.springframework.cloud.task.app.composedtaskrunner
-
Accepts a composed task DSL via the command line args and executes the
tasks based on the DSL.
- ComposedTaskRunner() - Constructor for class org.springframework.cloud.task.app.composedtaskrunner.ComposedTaskRunner
-
- ComposedTaskRunnerConfiguration - Class in org.springframework.cloud.task.app.composedtaskrunner
-
Configures the Job that will execute the Composed Task Execution.
- ComposedTaskRunnerConfiguration() - Constructor for class org.springframework.cloud.task.app.composedtaskrunner.ComposedTaskRunnerConfiguration
-
- ComposedTaskRunnerStepFactory - Class in org.springframework.cloud.task.app.composedtaskrunner
-
FactoryBean that creates a Spring Batch Step that executes a configured
TaskLaunchTasklet.
- ComposedTaskRunnerStepFactory(ComposedTaskProperties, String) - Constructor for class org.springframework.cloud.task.app.composedtaskrunner.ComposedTaskRunnerStepFactory
-
- composedTaskStepExecutionListener(TaskExplorer) - Method in class org.springframework.cloud.task.app.composedtaskrunner.ComposedTaskRunnerConfiguration
-
- ComposedTaskStepExecutionListener - Class in org.springframework.cloud.task.app.composedtaskrunner
-
Listener for the TaskLauncherTasklet that waits for the task to complete
and sets the appropriate result for this step based on the launched task
exit code.
- ComposedTaskStepExecutionListener(TaskExplorer) - Constructor for class org.springframework.cloud.task.app.composedtaskrunner.ComposedTaskStepExecutionListener
-