Uses of Interface
org.camunda.bpm.engine.impl.jobexecutor.RejectedJobsHandler
Packages that use RejectedJobsHandler
-
Uses of RejectedJobsHandler in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as RejectedJobsHandlerModifier and TypeFieldDescriptionprotected RejectedJobsHandler
ProcessEngineConfigurationImpl.customRejectedJobsHandler
Methods in org.camunda.bpm.engine.impl.cfg that return RejectedJobsHandlerMethods in org.camunda.bpm.engine.impl.cfg with parameters of type RejectedJobsHandlerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCustomRejectedJobsHandler
(RejectedJobsHandler customRejectedJobsHandler) -
Uses of RejectedJobsHandler in org.camunda.bpm.engine.impl.jobexecutor
Classes in org.camunda.bpm.engine.impl.jobexecutor that implement RejectedJobsHandlerModifier and TypeClassDescriptionclass
class
Fields in org.camunda.bpm.engine.impl.jobexecutor declared as RejectedJobsHandlerMethods in org.camunda.bpm.engine.impl.jobexecutor that return RejectedJobsHandlerMethods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type RejectedJobsHandlerModifier and TypeMethodDescriptionvoid
JobExecutor.setRejectedJobsHandler
(RejectedJobsHandler rejectedJobsHandler)