Uses of Annotation Interface
org.springframework.cloud.task.listener.annotation.AfterTask
Packages that use AfterTask
Package
Description
Interfaces for configuring Spring Cloud Task and a default implementations.
-
Uses of AfterTask in io.spring.taskobservations
Methods in io.spring.taskobservations with annotations of type AfterTaskModifier and TypeMethodDescriptionvoid
TaskObservationsApplication.afterTask
(TaskExecution taskExecution) Prints the metrics as recorded in the simpleMeterRegistry. -
Uses of AfterTask in org.springframework.cloud.task.configuration
Methods in org.springframework.cloud.task.configuration with annotations of type AfterTaskModifier and TypeMethodDescriptionvoid
SingleInstanceTaskListener.unlockTaskOnEnd
(TaskExecution taskExecution)