Uses of Interface
org.springframework.cloud.task.repository.TaskExplorer
Packages that use TaskExplorer
Package
Description
Interfaces for configuring Spring Cloud Task and a default implementations.
Classes used for setting up and supporting a task repositories.
-
Uses of TaskExplorer in org.springframework.cloud.task.batch.configuration
Methods in org.springframework.cloud.task.batch.configuration with parameters of type TaskExplorerModifier and TypeMethodDescriptionTaskBatchAutoConfiguration.TaskBatchExecutionListenerAutoconfiguration.taskBatchExecutionListener
(TaskExplorer taskExplorer) Constructors in org.springframework.cloud.task.batch.configuration with parameters of type TaskExplorerModifierConstructorDescriptionTaskBatchExecutionListenerFactoryBean
(DataSource dataSource, TaskExplorer taskExplorer) Initializes the TaskBatchExecutionListenerFactoryBean and defaults the tablePrefix toTaskProperties.DEFAULT_TABLE_PREFIX
.TaskBatchExecutionListenerFactoryBean
(DataSource dataSource, TaskExplorer taskExplorer, String tablePrefix) Initializes the TaskBatchExecutionListenerFactoryBean. -
Uses of TaskExplorer in org.springframework.cloud.task.configuration
Methods in org.springframework.cloud.task.configuration that return TaskExplorerModifier and TypeMethodDescriptionDefaultTaskConfigurer.getTaskExplorer()
TaskConfigurer.getTaskExplorer()
Create aTaskExplorer
for the task.SimpleTaskAutoConfiguration.taskExplorer()
Constructors in org.springframework.cloud.task.configuration with parameters of type TaskExplorerModifierConstructorDescriptionTaskLifecycleConfiguration
(TaskProperties taskProperties, org.springframework.context.ConfigurableApplicationContext context, TaskRepository taskRepository, TaskExplorer taskExplorer, TaskNameResolver taskNameResolver, org.springframework.beans.factory.ObjectProvider<org.springframework.boot.ApplicationArguments> applicationArguments, io.micrometer.observation.ObservationRegistry observationRegistry, TaskObservationCloudKeyValues taskObservationCloudKeyValues) -
Uses of TaskExplorer in org.springframework.cloud.task.listener
Constructors in org.springframework.cloud.task.listener with parameters of type TaskExplorerModifierConstructorDescriptionTaskLifecycleListener
(TaskRepository taskRepository, TaskNameResolver taskNameResolver, org.springframework.boot.ApplicationArguments applicationArguments, TaskExplorer taskExplorer, TaskProperties taskProperties, TaskListenerExecutorObjectFactory taskListenerExecutorObjectFactory, io.micrometer.observation.ObservationRegistry observationRegistry, TaskObservationCloudKeyValues taskObservationCloudKeyValues) -
Uses of TaskExplorer in org.springframework.cloud.task.repository.support
Classes in org.springframework.cloud.task.repository.support that implement TaskExplorerModifier and TypeClassDescriptionclass
TaskExplorer for that gathers task information from a task repository.