public class FailedJobListener extends Object implements CommandContextCloseListener
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
commandExecutor |
protected Job |
job |
protected JobServiceConfiguration |
jobServiceConfiguration |
| Constructor and Description |
|---|
FailedJobListener(CommandExecutor commandExecutor,
Job job,
JobServiceConfiguration jobServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterSessionsFlush(CommandContext commandContext) |
void |
closed(CommandContext context) |
void |
closeFailure(CommandContext commandContext) |
void |
closing(CommandContext commandContext) |
boolean |
multipleAllowed() |
Integer |
order() |
protected CommandExecutor commandExecutor
protected Job job
protected JobServiceConfiguration jobServiceConfiguration
public FailedJobListener(CommandExecutor commandExecutor, Job job, JobServiceConfiguration jobServiceConfiguration)
public void closing(CommandContext commandContext)
closing in interface CommandContextCloseListenerpublic void afterSessionsFlush(CommandContext commandContext)
afterSessionsFlush in interface CommandContextCloseListenerpublic void closed(CommandContext context)
closed in interface CommandContextCloseListenerpublic void closeFailure(CommandContext commandContext)
closeFailure in interface CommandContextCloseListenerpublic Integer order()
order in interface CommandContextCloseListenerpublic boolean multipleAllowed()
multipleAllowed in interface CommandContextCloseListenerCopyright © 2021 Flowable. All rights reserved.