Uses of Interface
org.camunda.bpm.engine.impl.jobexecutor.RejectedJobsHandler
-
Packages that use RejectedJobsHandler Package Description org.camunda.bpm.engine.impl.cfg org.camunda.bpm.engine.impl.jobexecutor -
-
Uses of RejectedJobsHandler in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as RejectedJobsHandler Modifier and Type Field Description protected RejectedJobsHandler
ProcessEngineConfigurationImpl. customRejectedJobsHandler
Methods in org.camunda.bpm.engine.impl.cfg that return RejectedJobsHandler Modifier and Type Method Description RejectedJobsHandler
ProcessEngineConfigurationImpl. getCustomRejectedJobsHandler()
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type RejectedJobsHandler Modifier and Type Method Description ProcessEngineConfigurationImpl
ProcessEngineConfigurationImpl. setCustomRejectedJobsHandler(RejectedJobsHandler customRejectedJobsHandler)
-
Uses of RejectedJobsHandler in org.camunda.bpm.engine.impl.jobexecutor
Classes in org.camunda.bpm.engine.impl.jobexecutor that implement RejectedJobsHandler Modifier and Type Class Description class
CallerRunsRejectedJobsHandler
class
NotifyAcquisitionRejectedJobsHandler
Fields in org.camunda.bpm.engine.impl.jobexecutor declared as RejectedJobsHandler Modifier and Type Field Description protected RejectedJobsHandler
JobExecutor. rejectedJobsHandler
Methods in org.camunda.bpm.engine.impl.jobexecutor that return RejectedJobsHandler Modifier and Type Method Description RejectedJobsHandler
JobExecutor. getRejectedJobsHandler()
Methods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type RejectedJobsHandler Modifier and Type Method Description void
JobExecutor. setRejectedJobsHandler(RejectedJobsHandler rejectedJobsHandler)
-