public abstract class AbstractManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected EventSubscriptionServiceConfiguration |
eventSubscriptionServiceConfiguration |
| Constructor and Description |
|---|
AbstractManager(EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected Clock |
getClock() |
protected CommandContext |
getCommandContext() |
protected FlowableEventDispatcher |
getEventDispatcher() |
protected EventSubscriptionEntityManager |
getEventSubscriptionEntityManager() |
protected EventSubscriptionServiceConfiguration |
getEventSubscriptionServiceConfiguration() |
protected <T> T |
getSession(Class<T> sessionClass) |
protected EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration
public AbstractManager(EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration)
protected CommandContext getCommandContext()
protected <T> T getSession(Class<T> sessionClass)
protected EventSubscriptionServiceConfiguration getEventSubscriptionServiceConfiguration()
protected Clock getClock()
protected FlowableEventDispatcher getEventDispatcher()
protected EventSubscriptionEntityManager getEventSubscriptionEntityManager()
Copyright © 2021 Flowable. All rights reserved.