Uses of Interface
org.springframework.cloud.task.repository.TaskRepository
Packages that use TaskRepository
Package
Description
Interfaces for configuring Spring Cloud Task and a default implementations.
Classes used for setting up and supporting a task repositories.
-
Uses of TaskRepository in io.spring
Methods in io.spring with parameters of type TaskRepositoryModifier and TypeMethodDescriptionorg.springframework.batch.core.partition.PartitionHandler
JobConfiguration.partitionHandler
(org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher, org.springframework.batch.core.explore.JobExplorer jobExplorer, TaskRepository taskRepository, org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor executor) -
Uses of TaskRepository in org.springframework.cloud.task.batch.partition
Constructors in org.springframework.cloud.task.batch.partition with parameters of type TaskRepositoryModifierConstructorDescriptionDeployerPartitionHandler
(org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher, org.springframework.batch.core.explore.JobExplorer jobExplorer, org.springframework.core.io.Resource resource, String stepName, TaskRepository taskRepository) Constructor initializing the DeployerPartitionHandler instance.DeployerPartitionHandler
(org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher, org.springframework.batch.core.explore.JobExplorer jobExplorer, org.springframework.core.io.Resource resource, String stepName, TaskRepository taskRepository, org.springframework.core.task.TaskExecutor taskExecutor) Constructor initializing the DeployerPartitionHandler instance.TaskLauncherHandler
(CommandLineArgsProvider commandLineArgsProvider, TaskRepository taskRepository, boolean defaultArgsAsEnvironmentVars, String stepName, TaskExecution taskExecution, EnvironmentVariablesProvider environmentVariablesProvider, org.springframework.core.io.Resource resource, Map<String, String> deploymentProperties, org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher, String applicationName) TaskLauncherHandler
(CommandLineArgsProvider commandLineArgsProvider, TaskRepository taskRepository, boolean defaultArgsAsEnvironmentVars, String stepName, TaskExecution taskExecution, EnvironmentVariablesProvider environmentVariablesProvider, org.springframework.core.io.Resource resource, Map<String, String> deploymentProperties, org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher, String applicationName, org.springframework.batch.core.StepExecution workerStepExecution) -
Uses of TaskRepository in org.springframework.cloud.task.configuration
Methods in org.springframework.cloud.task.configuration that return TaskRepositoryModifier and TypeMethodDescriptionDefaultTaskConfigurer.getTaskRepository()
TaskConfigurer.getTaskRepository()
Create aTaskRepository
for the Task.Constructors in org.springframework.cloud.task.configuration with parameters of type TaskRepositoryModifierConstructorDescriptionTaskLifecycleConfiguration
(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 TaskRepository in org.springframework.cloud.task.listener
Constructors in org.springframework.cloud.task.listener with parameters of type TaskRepositoryModifierConstructorDescriptionTaskLifecycleListener
(TaskRepository taskRepository, TaskNameResolver taskNameResolver, org.springframework.boot.ApplicationArguments applicationArguments, TaskExplorer taskExplorer, TaskProperties taskProperties, TaskListenerExecutorObjectFactory taskListenerExecutorObjectFactory, io.micrometer.observation.ObservationRegistry observationRegistry, TaskObservationCloudKeyValues taskObservationCloudKeyValues) -
Uses of TaskRepository in org.springframework.cloud.task.repository.support
Classes in org.springframework.cloud.task.repository.support that implement TaskRepositoryModifier and TypeClassDescriptionclass
Records the task execution information to the log and to TaskExecutionDao provided.