Package com.flowable.agent.engine
Interface AgentEngine
- All Superinterfaces:
org.flowable.common.engine.api.Engine
- All Known Implementing Classes:
AgentEngineImpl
public interface AgentEngine
extends org.flowable.common.engine.api.Engine
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidMethods inherited from interface org.flowable.common.engine.api.Engine
close, getName
-
Field Details
-
VERSION
- See Also:
-
-
Method Details
-
startExecutors
void startExecutors() -
getAgentRepositoryService
AgentRepositoryService getAgentRepositoryService() -
getAgentRuntimeService
AgentRuntimeService getAgentRuntimeService() -
getAgentHistoryService
AgentHistoryService getAgentHistoryService() -
getAgentEngineConfiguration
AgentEngineConfiguration getAgentEngineConfiguration() -
getAgentManagementService
AgentManagementService getAgentManagementService()
-