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) |
| Modifier and Type | Method and Description |
|---|---|
EventSubscriptionDataManager |
getEventSubscriptionDataManager() |
EventSubscriptionEntityManager |
getEventSubscriptionEntityManager() |
EventSubscriptionService |
getEventSubscriptionService() |
EventSubscriptionServiceConfiguration |
getIdentityLinkServiceConfiguration() |
com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
void |
init() |
void |
initDataManagers() |
void |
initEntityManagers() |
EventSubscriptionServiceConfiguration |
setEventSubscriptionDataManager(EventSubscriptionDataManager eventSubscriptionDataManager) |
EventSubscriptionServiceConfiguration |
setEventSubscriptionEntityManager(EventSubscriptionEntityManager eventSubscriptionEntityManager) |
EventSubscriptionServiceConfiguration |
setEventSubscriptionService(EventSubscriptionService eventSubscriptionService) |
EventSubscriptionServiceConfiguration |
setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
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 AbstractServiceConfigurationCopyright © 2021 Flowable. All rights reserved.