Package com.flowable.agent.engine.impl
Class AgentEngineImpl
java.lang.Object
com.flowable.agent.engine.impl.AgentEngineImpl
- All Implemented Interfaces:
AgentEngine,org.flowable.common.engine.api.Engine
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AgentHistoryServiceprotected AgentManagementServiceprotected AgentRepositoryServiceprotected AgentRuntimeServiceprotected org.flowable.job.service.impl.asyncexecutor.AsyncExecutorprotected AgentEngineConfigurationprotected final org.slf4j.Loggerprotected StringFields inherited from interface com.flowable.agent.engine.AgentEngine
VERSION -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
logger
protected final org.slf4j.Logger logger -
name
-
engineConfiguration
-
agentRepositoryService
-
agentRuntimeService
-
agentHistoryService
-
agentManagementService
-
asyncExecutor
protected org.flowable.job.service.impl.asyncexecutor.AsyncExecutor asyncExecutor
-
-
Constructor Details
-
AgentEngineImpl
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.flowable.common.engine.api.Engine
-
startExecutors
public void startExecutors()- Specified by:
startExecutorsin interfaceAgentEngine
-
close
public void close()- Specified by:
closein interfaceorg.flowable.common.engine.api.Engine
-
getAgentRepositoryService
- Specified by:
getAgentRepositoryServicein interfaceAgentEngine
-
getAgentRuntimeService
- Specified by:
getAgentRuntimeServicein interfaceAgentEngine
-
getAgentHistoryService
- Specified by:
getAgentHistoryServicein interfaceAgentEngine
-
getAgentEngineConfiguration
- Specified by:
getAgentEngineConfigurationin interfaceAgentEngine
-
getAgentManagementService
- Specified by:
getAgentManagementServicein interfaceAgentEngine
-