See: Description
Interface | Description |
---|---|
TaskConfigurer |
Provides a strategy interface for providing configuration
customization to the task system.
|
Class | Description |
---|---|
DefaultTaskConfigurer |
Default implementation of the TaskConfigurer interface.
|
SimpleTaskAutoConfiguration |
Base
Configuration class providing common structure for enabling and using
Spring Task. |
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.
|
SingleTaskConfiguration |
Autoconfiguration of
SingleInstanceTaskListener . |
TaskLifecycleConfiguration |
Configuration for a
TaskLifecycleListener . |
TaskProperties |
Properties available to configure the task.
|
Annotation Type | Description |
---|---|
EnableTask |
Enables the
TaskLifecycleListener
so that the features of Spring Cloud Task will be applied. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.