Package | Description |
---|---|
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.
|
Constructor and Description |
---|
SingleInstanceTaskListener(DataSource dataSource,
TaskNameResolver taskNameResolver,
TaskProperties taskProperties,
org.springframework.context.ApplicationEventPublisher applicationEventPublisher) |
SingleInstanceTaskListener(org.springframework.integration.support.locks.LockRegistry lockRegistry,
TaskNameResolver taskNameResolver,
TaskProperties taskProperties,
org.springframework.context.ApplicationEventPublisher applicationEventPublisher) |
TaskLifecycleConfiguration(TaskProperties taskProperties,
org.springframework.context.ConfigurableApplicationContext context,
TaskRepository taskRepository,
TaskExplorer taskExplorer,
TaskNameResolver taskNameResolver,
org.springframework.beans.factory.ObjectProvider<org.springframework.boot.ApplicationArguments> applicationArguments) |
Constructor and Description |
---|
TaskLifecycleListener(TaskRepository taskRepository,
TaskNameResolver taskNameResolver,
org.springframework.boot.ApplicationArguments applicationArguments,
TaskExplorer taskExplorer,
TaskProperties taskProperties,
TaskListenerExecutorObjectFactory taskListenerExecutorObjectFactory) |
Constructor and Description |
---|
TaskRepositoryInitializer(TaskProperties taskProperties) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.