public class EventSubscriptionServiceConfiguration extends AbstractServiceConfiguration
| Modifier and Type | Field and Description |
|---|---|
protected EventSubscriptionDataManager |
eventSubscriptionDataManager |
protected EventSubscriptionEntityManager |
eventSubscriptionEntityManager |
protected EventSubscriptionService |
eventSubscriptionService |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
additionalEventDispatchActions, clock, enableEventDispatcher, engineName, eventDispatcher, eventListeners, historyLevel, idGenerator, logger, NO_TENANT_ID, typedEventListeners| Constructor and Description |
|---|
EventSubscriptionServiceConfiguration(String engineName) |
getAdditionalEventDispatchActions, getClock, getEngineName, getEventDispatcher, getEventListeners, getHistoryLevel, getIdGenerator, getTypedEventListeners, isEnableEventDispatcher, isEventDispatcherEnabled, isHistoryEnabled, isHistoryLevelAtLeast, setAdditionalEventDispatchActions, setClock, setEnableEventDispatcher, setEngineName, setEventDispatcher, setEventListeners, setHistoryLevel, setIdGenerator, setTypedEventListenersprotected EventSubscriptionService eventSubscriptionService
protected EventSubscriptionDataManager eventSubscriptionDataManager
protected EventSubscriptionEntityManager eventSubscriptionEntityManager
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
public EventSubscriptionServiceConfiguration(String engineName)
public void init()
public void initDataManagers()
public void initEntityManagers()
public EventSubscriptionServiceConfiguration getIdentityLinkServiceConfiguration()
public EventSubscriptionService getEventSubscriptionService()
public EventSubscriptionServiceConfiguration setEventSubscriptionService(EventSubscriptionService eventSubscriptionService)
public EventSubscriptionDataManager getEventSubscriptionDataManager()
public EventSubscriptionServiceConfiguration setEventSubscriptionDataManager(EventSubscriptionDataManager eventSubscriptionDataManager)
public EventSubscriptionEntityManager getEventSubscriptionEntityManager()
public EventSubscriptionServiceConfiguration setEventSubscriptionEntityManager(EventSubscriptionEntityManager eventSubscriptionEntityManager)
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
getObjectMapper in class AbstractServiceConfigurationpublic EventSubscriptionServiceConfiguration setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
setObjectMapper in class AbstractServiceConfigurationpublic Duration getEventSubscriptionLockTime()
public EventSubscriptionServiceConfiguration setEventSubscriptionLockTime(Duration eventSubscriptionLockTime)
public String getLockOwner()
public EventSubscriptionServiceConfiguration setLockOwner(String lockOwner)
Copyright © 2022 Flowable. All rights reserved.