Uses of Interface
org.springframework.cloud.task.listener.TaskExecutionListener
Package
Description
-
Uses of TaskExecutionListener in org.springframework.cloud.task.batch.listener
Modifier and TypeClassDescriptionclass
Responsible for storing the relationship between a Spring Batch job and the Spring Cloud task it was executed within. -
Uses of TaskExecutionListener in org.springframework.cloud.task.batch.partition
Modifier and TypeClassDescriptionclass
Returns any command line arguments used with theTaskExecution
provided appended with any additional arguments configured. -
Uses of TaskExecutionListener in org.springframework.cloud.task.listener
Modifier and TypeMethodDescriptionTaskEventAutoConfiguration.ListenerConfiguration.taskEventEmitter
(org.springframework.cloud.stream.function.StreamBridge streamBridge, TaskEventProperties taskEventProperties) -
Uses of TaskExecutionListener in org.springframework.cloud.task.listener.annotation
Modifier and TypeClassDescriptionclass
Identifies all beans that contain a TaskExecutionListener annotation and stores the associated method so that it can be called by theTaskExecutionListener
at the appropriate time.
TaskExecutionListener