public class FailedJobListener extends Object implements CommandContextCloseListener
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
commandExecutor |
protected Job |
job |
| Constructor and Description |
|---|
FailedJobListener(CommandExecutor commandExecutor,
Job job) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterSessionsFlush(CommandContext commandContext) |
void |
closed(CommandContext context) |
void |
closeFailure(CommandContext commandContext) |
void |
closing(CommandContext commandContext) |
protected CommandExecutor commandExecutor
protected Job job
public FailedJobListener(CommandExecutor commandExecutor, Job job)
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 CommandContextCloseListenerCopyright © 2020 Flowable. All rights reserved.