Uses of Class
org.apache.shardingsphere.elasticjob.tracing.event.JobExecutionEvent
Packages that use JobExecutionEvent
Package
Description
-
Uses of JobExecutionEvent in org.apache.shardingsphere.elasticjob.tracing.event
Methods in org.apache.shardingsphere.elasticjob.tracing.event that return JobExecutionEventModifier and TypeMethodDescriptionJobExecutionEvent.executionFailure(String failureCause) Execution failure.JobExecutionEvent.executionSuccess()Execution success. -
Uses of JobExecutionEvent in org.apache.shardingsphere.elasticjob.tracing.listener
Methods in org.apache.shardingsphere.elasticjob.tracing.listener with parameters of type JobExecutionEventModifier and TypeMethodDescriptionvoidTracingListener.listen(JobExecutionEvent jobExecutionEvent) Listen job execution event.