Uses of Interface
org.flowable.job.service.impl.asyncexecutor.JobExecutionObservation
Packages that use JobExecutionObservation
-
Uses of JobExecutionObservation in org.flowable.job.service.impl.asyncexecutor
Fields in org.flowable.job.service.impl.asyncexecutor declared as JobExecutionObservationModifier and TypeFieldDescriptionstatic final JobExecutionObservation
JobExecutionObservation.NOOP
Methods in org.flowable.job.service.impl.asyncexecutor that return JobExecutionObservationModifier and TypeMethodDescriptionMethods in org.flowable.job.service.impl.asyncexecutor with parameters of type JobExecutionObservationModifier and TypeMethodDescriptionprotected void
ExecuteAsyncRunnable.executeJob
(boolean unlock, JobExecutionObservation observation) protected boolean
ExecuteAsyncRunnable.lockJob
(JobExecutionObservation observation) protected void
ExecuteAsyncRunnable.runInternally
(JobExecutionObservation observation)