Class TaskExecutionListenerSupport
java.lang.Object
org.springframework.cloud.task.listener.TaskExecutionListenerSupport
- All Implemented Interfaces:
TaskExecutionListener
@Deprecated
public class TaskExecutionListenerSupport
extends Object
implements TaskExecutionListener
Deprecated.
A no-op implementation of the
TaskExecutionListener
to allow for overriding
only the methods of interest.- Since:
- 1.2
- Author:
- Michael Minella
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.cloud.task.listener.TaskExecutionListener
onTaskEnd, onTaskFailed, onTaskStartup
-
Constructor Details
-
TaskExecutionListenerSupport
public TaskExecutionListenerSupport()Deprecated.
-
TaskExecutionListener