Uses of Class
fr.gouv.vitam.processing.common.exception.ProcessingEngineException
-
Packages that use ProcessingEngineException Package Description fr.gouv.vitam.processing.engine.api Provides API classes for the Process Distributor modulefr.gouv.vitam.processing.engine.core Provides core implementation for the Processing Engine module. -
-
Uses of ProcessingEngineException in fr.gouv.vitam.processing.engine.api
Methods in fr.gouv.vitam.processing.engine.api that throw ProcessingEngineException Modifier and Type Method Description voidProcessEngine. start(ProcessStep step, WorkerParameters workerParameters, PauseRecover pauseRecover)Start the execution of the given step -
Uses of ProcessingEngineException in fr.gouv.vitam.processing.engine.core
Methods in fr.gouv.vitam.processing.engine.core that throw ProcessingEngineException Modifier and Type Method Description voidProcessEngineImpl. start(ProcessStep step, WorkerParameters workerParameters, PauseRecover pauseRecover)
-