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 EventSubscriptionDataManagerprotected EventSubscriptionEntityManagerprotected EventSubscriptionServiceprotected com.fasterxml.jackson.databind.ObjectMapperFields 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.ObjectMapperprotected EventSubscriptionServiceConfigurationvoidinit()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
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:
getServicein 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:
getObjectMapperin classAbstractServiceConfiguration<EventSubscriptionServiceConfiguration>
-
setObjectMapper
public EventSubscriptionServiceConfiguration setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) - Overrides:
setObjectMapperin classAbstractServiceConfiguration<EventSubscriptionServiceConfiguration>
-
getEventSubscriptionLockTime
-
setEventSubscriptionLockTime
public EventSubscriptionServiceConfiguration setEventSubscriptionLockTime(Duration eventSubscriptionLockTime) -
getLockOwner
-
setLockOwner
-