Class EventSubscriptionServiceConfiguration
java.lang.Object
org.flowable.common.engine.impl.AbstractServiceConfiguration<EventSubscriptionServiceConfiguration>
org.flowable.eventsubscription.service.EventSubscriptionServiceConfiguration
public class EventSubscriptionServiceConfiguration
extends AbstractServiceConfiguration<EventSubscriptionServiceConfiguration>
- Author:
- Tijs Rademakers
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EventSubscriptionDataManager
protected EventSubscriptionEntityManager
protected EventSubscriptionService
protected com.fasterxml.jackson.databind.ObjectMapper
Fields inherited from class org.flowable.common.engine.impl.AbstractServiceConfiguration
additionalEventDispatchActions, clock, configurators, enableEventDispatcher, engineName, eventDispatcher, eventListeners, idGenerator, logger, NO_TENANT_ID, typedEventListeners
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ObjectMapper
protected EventSubscriptionServiceConfiguration
void
init()
void
void
setEventSubscriptionDataManager
(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
addConfigurator, configuratorsAfterInit, configuratorsBeforeInit, getAdditionalEventDispatchActions, getClock, getConfigurators, getEngineName, getEventDispatcher, getEventListeners, getIdGenerator, getTypedEventListeners, initConfigurators, isEnableEventDispatcher, isEventDispatcherEnabled, setAdditionalEventDispatchActions, setClock, setConfigurators, setEnableEventDispatcher, setEngineName, setEventDispatcher, setEventListeners, setIdGenerator, setTypedEventListeners
-
Field Details
-
eventSubscriptionService
-
eventSubscriptionDataManager
-
eventSubscriptionEntityManager
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
EventSubscriptionServiceConfiguration
-
-
Method Details
-
getService
- Specified by:
getService
in classAbstractServiceConfiguration<EventSubscriptionServiceConfiguration>
-
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:
getObjectMapper
in classAbstractServiceConfiguration<EventSubscriptionServiceConfiguration>
-
setObjectMapper
public EventSubscriptionServiceConfiguration setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) - Overrides:
setObjectMapper
in classAbstractServiceConfiguration<EventSubscriptionServiceConfiguration>
-
getEventSubscriptionLockTime
-
setEventSubscriptionLockTime
public EventSubscriptionServiceConfiguration setEventSubscriptionLockTime(Duration eventSubscriptionLockTime) -
getLockOwner
-
setLockOwner
-