public class AsyncJobAddedNotification extends Object implements CommandContextCloseListener
| Modifier and Type | Field and Description |
|---|---|
protected AsyncExecutor |
asyncExecutor |
protected JobInfoEntity |
job |
| Constructor and Description |
|---|
AsyncJobAddedNotification(JobInfoEntity job,
AsyncExecutor asyncExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterSessionsFlush(CommandContext commandContext) |
void |
closed(CommandContext commandContext) |
void |
closeFailure(CommandContext commandContext) |
void |
closing(CommandContext commandContext) |
void |
execute(CommandContext commandContext) |
boolean |
multipleAllowed() |
Integer |
order() |
protected JobInfoEntity job
protected AsyncExecutor asyncExecutor
public AsyncJobAddedNotification(JobInfoEntity job, AsyncExecutor asyncExecutor)
public void closed(CommandContext commandContext)
closed in interface CommandContextCloseListenerpublic void execute(CommandContext commandContext)
public void closing(CommandContext commandContext)
closing in interface CommandContextCloseListenerpublic void afterSessionsFlush(CommandContext commandContext)
afterSessionsFlush 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.