Package org.springframework.cloud.task.configuration
package org.springframework.cloud.task.configuration
Interfaces for configuring Spring Cloud Task and a default implementations.
-
ClassDescriptionDefault implementation of the TaskConfigurer interface.Enables the
TaskLifecycleListener
so that the features of Spring Cloud Task will be applied.BaseConfiguration
class providing common structure for enabling and using Spring Task.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.Autoconfiguration ofSingleInstanceTaskListener
.Provides a strategy interface for providing configuration customization to the task system.Configuration for aTaskLifecycleListener
.Provides values for theKeyValues
for the taskObservation
when the cloud profile is active.Properties available to configure the task.Native Hints for Spring Cloud Task.