| Package | Description |
|---|---|
| org.flowable.job.service | |
| org.flowable.job.service.impl.history.async |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,HistoryJobHandler> |
JobServiceConfiguration.historyJobHandlers |
| Modifier and Type | Method and Description |
|---|---|
Map<String,HistoryJobHandler> |
JobServiceConfiguration.getHistoryJobHandlers() |
| Modifier and Type | Method and Description |
|---|---|
JobServiceConfiguration |
JobServiceConfiguration.addHistoryJobHandler(String type,
HistoryJobHandler historyJobHandler) |
JobServiceConfiguration |
JobServiceConfiguration.mergeHistoryJobHandler(HistoryJobHandler historyJobHandler)
Registers the given
HistoryJobHandler under the provided type and checks for
existing default and internal HistoryJobHandler instances to be of the same class. |
| Modifier and Type | Method and Description |
|---|---|
JobServiceConfiguration |
JobServiceConfiguration.setHistoryJobHandlers(Map<String,HistoryJobHandler> historyJobHandlers) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAsyncHistoryJobHandler |
class |
AsyncHistoryJobHandler |
class |
AsyncHistoryJobZippedHandler |
Copyright © 2021 Flowable. All rights reserved.