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.Forked and simplified version of the org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration form spring-boot-actuatorAuto-configuration
for Micrometer-based metrics.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
.Properties available to configure the task.