Class EventSubscriptionServiceConfiguration
java.lang.Object
org.flowable.common.engine.impl.AbstractServiceConfiguration
org.flowable.eventsubscription.service.EventSubscriptionServiceConfiguration
- Author:
- Tijs Rademakers
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EventSubscriptionDataManagerprotected EventSubscriptionEntityManagerprotected EventSubscriptionServiceprotected com.fasterxml.jackson.databind.ObjectMapperFields inherited from class org.flowable.common.engine.impl.AbstractServiceConfiguration
additionalEventDispatchActions, clock, enableEventDispatcher, engineName, eventDispatcher, eventListeners, historyLevel, idGenerator, logger, NO_TENANT_ID, typedEventListeners -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ObjectMappervoidinit()voidvoidsetEventSubscriptionDataManager(EventSubscriptionDataManager eventSubscriptionDataManager) setEventSubscriptionEntityManager(EventSubscriptionEntityManager eventSubscriptionEntityManager) setEventSubscriptionLockTime(Duration eventSubscriptionLockTime) setEventSubscriptionService(EventSubscriptionService eventSubscriptionService) setLockOwner(String lockOwner) setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) Methods inherited from class org.flowable.common.engine.impl.AbstractServiceConfiguration
getAdditionalEventDispatchActions, getClock, getEngineName, getEventDispatcher, getEventListeners, getHistoryLevel, getIdGenerator, getTypedEventListeners, isEnableEventDispatcher, isEventDispatcherEnabled, isHistoryEnabled, isHistoryLevelAtLeast, setAdditionalEventDispatchActions, setClock, setEnableEventDispatcher, setEngineName, setEventDispatcher, setEventListeners, setHistoryLevel, setIdGenerator, setTypedEventListeners
-
Field Details
-
eventSubscriptionService
-
eventSubscriptionDataManager
-
eventSubscriptionEntityManager
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
EventSubscriptionServiceConfiguration
-
-
Method Details
-
init
public void init() -
initDataManagers
public void initDataManagers() -
initEntityManagers
public void initEntityManagers() -
getIdentityLinkServiceConfiguration
-
getEventSubscriptionService
-
setEventSubscriptionService
public EventSubscriptionServiceConfiguration setEventSubscriptionService(EventSubscriptionService eventSubscriptionService) -
getEventSubscriptionDataManager
-
setEventSubscriptionDataManager
public EventSubscriptionServiceConfiguration setEventSubscriptionDataManager(EventSubscriptionDataManager eventSubscriptionDataManager) -
getEventSubscriptionEntityManager
-
setEventSubscriptionEntityManager
public EventSubscriptionServiceConfiguration setEventSubscriptionEntityManager(EventSubscriptionEntityManager eventSubscriptionEntityManager) -
getObjectMapper
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()- Overrides:
getObjectMapperin classAbstractServiceConfiguration
-
setObjectMapper
public EventSubscriptionServiceConfiguration setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) - Overrides:
setObjectMapperin classAbstractServiceConfiguration
-
getEventSubscriptionLockTime
-
setEventSubscriptionLockTime
public EventSubscriptionServiceConfiguration setEventSubscriptionLockTime(Duration eventSubscriptionLockTime) -
getLockOwner
-
setLockOwner
-