Uses of Interface
fr.gouv.vitam.processing.common.automation.IEventsProcessEngine
-
Packages that use IEventsProcessEngine 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.fr.gouv.vitam.processing.management.core Provides core implementation for the Processing Management module. -
-
Uses of IEventsProcessEngine in fr.gouv.vitam.processing.engine.api
Methods in fr.gouv.vitam.processing.engine.api with parameters of type IEventsProcessEngine Modifier and Type Method Description void
ProcessEngine. setStateMachineCallback(IEventsProcessEngine stateMachineCallback)
Set the state machine where the ProcessEngine return response on complete or on error -
Uses of IEventsProcessEngine in fr.gouv.vitam.processing.engine.core
Methods in fr.gouv.vitam.processing.engine.core with parameters of type IEventsProcessEngine Modifier and Type Method Description void
ProcessEngineImpl. setStateMachineCallback(IEventsProcessEngine stateMachineCallback)
-
Uses of IEventsProcessEngine in fr.gouv.vitam.processing.management.core
Classes in fr.gouv.vitam.processing.management.core that implement IEventsProcessEngine Modifier and Type Class Description class
StateMachine
State Machine class implementing the Interface.
-