Class TaskExecutionListenerSupport

java.lang.Object
org.springframework.cloud.task.listener.TaskExecutionListenerSupport
All Implemented Interfaces:
TaskExecutionListener

@Deprecated public class TaskExecutionListenerSupport extends Object implements TaskExecutionListener
Deprecated.
since 3.0 in favor of the default implementations of TaskExecutionListener
A no-op implementation of the TaskExecutionListener to allow for overriding only the methods of interest.
Since:
1.2
Author:
Michael Minella
  • Constructor Details

    • TaskExecutionListenerSupport

      public TaskExecutionListenerSupport()
      Deprecated.