public class AsyncHistoryJobMessageReceiver extends Object
AsyncJobMessageReceiver, but specifically for async history jobs.| Modifier and Type | Field and Description |
|---|---|
protected AsyncHistoryJobMessageHandler |
asyncHistoryJobMessageHandler |
protected ProcessEngineConfigurationImpl |
processEngineConfiguration |
| Constructor and Description |
|---|
AsyncHistoryJobMessageReceiver() |
AsyncHistoryJobMessageReceiver(ProcessEngineConfigurationImpl processEngineConfiguration,
AsyncHistoryJobMessageHandler asyncHistoryJobMessageHandler) |
| Modifier and Type | Method and Description |
|---|---|
AsyncHistoryJobMessageHandler |
getAsyncHistoryJobMessageHandler() |
protected com.fasterxml.jackson.databind.JsonNode |
getHistoryJobData(HistoryJobEntity job) |
ProcessEngineConfigurationImpl |
getProcessEngineConfiguration() |
void |
messageForJobReceived(String jobId) |
void |
setAsyncHistoryJobMessageHandler(AsyncHistoryJobMessageHandler asyncHistoryJobMessageHandler) |
void |
setProcessEngineConfiguration(ProcessEngineConfigurationImpl processEngineConfiguration) |
protected ProcessEngineConfigurationImpl processEngineConfiguration
protected AsyncHistoryJobMessageHandler asyncHistoryJobMessageHandler
public AsyncHistoryJobMessageReceiver()
public AsyncHistoryJobMessageReceiver(ProcessEngineConfigurationImpl processEngineConfiguration, AsyncHistoryJobMessageHandler asyncHistoryJobMessageHandler)
public void messageForJobReceived(String jobId)
protected com.fasterxml.jackson.databind.JsonNode getHistoryJobData(HistoryJobEntity job)
public ProcessEngineConfigurationImpl getProcessEngineConfiguration()
public void setProcessEngineConfiguration(ProcessEngineConfigurationImpl processEngineConfiguration)
public AsyncHistoryJobMessageHandler getAsyncHistoryJobMessageHandler()
public void setAsyncHistoryJobMessageHandler(AsyncHistoryJobMessageHandler asyncHistoryJobMessageHandler)
Copyright © 2017 Flowable. All rights reserved.