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