Class JobExecutionEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.boot.batch.autoconfigure.JobExecutionEvent
- All Implemented Interfaces:
Serializable
Spring
ApplicationEvent encapsulating a JobExecution.- Since:
- 4.0.0
- Author:
- Dave Syer
- See Also:
-
Field Summary
Fields inherited from class EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionJobExecutionEvent(JobExecution execution) Create a newJobExecutionEventinstance. -
Method Summary
Methods inherited from class ApplicationEvent
getTimestampMethods inherited from class EventObject
getSource, toString
-
Constructor Details
-
JobExecutionEvent
Create a newJobExecutionEventinstance.- Parameters:
execution- the job execution
-
-
Method Details
-
getJobExecution
-