Class TaskExecutionListenerSupport

java.lang.Object
org.springframework.cloud.task.listener.TaskExecutionListenerSupport
All Implemented Interfaces:
TaskExecutionListener
Direct Known Subclasses:
SimpleCommandLineArgsProvider

public class TaskExecutionListenerSupport extends Object implements TaskExecutionListener
A no-op implementation of the TaskExecutionListener to allow for overriding only the methods of interest.
Since:
1.2
Author:
Michael Minella