Package | Description |
---|---|
org.springframework.cloud.task.configuration |
Interfaces for configuring Spring Cloud Task and a default implementations.
|
org.springframework.cloud.task.listener |
Class and Description |
---|
SingleInstanceTaskListener
When spring.cloud.task.single-instance-enabled is set to true this listener will create a lock for the task
based on the spring.cloud.task.name.
|
TaskConfigurer
Provides a strategy interface for providing configuration
customization to the task system.
|
TaskProperties
Properties available to configure the task.
|
Class and Description |
---|
TaskProperties
Properties available to configure the task.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.