Class JobExecutionEvent
java.lang.Object
org.apache.shardingsphere.elasticjob.tracing.event.JobExecutionEvent
- All Implemented Interfaces:
JobEvent
Job execution event.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecutionFailure(String failureCause) Execution failure.Execution success.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shardingsphere.elasticjob.tracing.event.JobEvent
getJobName
-
Constructor Details
-
JobExecutionEvent
public JobExecutionEvent()
-
-
Method Details
-
executionSuccess
Execution success.- Returns:
- job execution event
-
executionFailure
Execution failure.- Parameters:
failureCause- failure cause- Returns:
- job execution event
-