Package | Description |
---|---|
org.springframework.cloud.task.batch.configuration | |
org.springframework.cloud.task.configuration |
Interfaces for configuring Spring Cloud Task and a default implementations.
|
org.springframework.cloud.task.listener | |
org.springframework.cloud.task.repository.support |
Classes used for setting up and supporting a task repositories.
|
Modifier and Type | Method and Description |
---|---|
TaskBatchExecutionListenerFactoryBean |
TaskBatchAutoConfiguration.TaskBatchExecutionListenerAutoconfiguration.taskBatchExecutionListener(TaskExplorer taskExplorer) |
Constructor and Description |
---|
TaskBatchExecutionListenerFactoryBean(DataSource dataSource,
TaskExplorer taskExplorer)
Initializes the TaskBatchExecutionListenerFactoryBean and defaults the
tablePrefix to
TaskProperties.DEFAULT_TABLE_PREFIX . |
TaskBatchExecutionListenerFactoryBean(DataSource dataSource,
TaskExplorer taskExplorer,
String tablePrefix)
Initializes the TaskBatchExecutionListenerFactoryBean.
|
Modifier and Type | Method and Description |
---|---|
TaskExplorer |
DefaultTaskConfigurer.getTaskExplorer() |
TaskExplorer |
TaskConfigurer.getTaskExplorer()
Create a
TaskExplorer for the task. |
TaskExplorer |
SimpleTaskConfiguration.taskExplorer() |
Constructor and Description |
---|
TaskLifecycleListener(TaskRepository taskRepository,
TaskNameResolver taskNameResolver,
org.springframework.boot.ApplicationArguments applicationArguments,
TaskExplorer taskExplorer,
TaskProperties taskProperties) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTaskExplorer
TaskExplorer for that gathers task information from a task repository.
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.