public class AsyncJobAddedNotification extends Object implements CommandContextCloseListener
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.job.service.impl.asyncexecutor.AsyncExecutor |
asyncExecutor |
protected org.flowable.job.api.Job |
job |
| Constructor and Description |
|---|
AsyncJobAddedNotification(org.flowable.job.api.Job job,
org.flowable.job.service.impl.asyncexecutor.AsyncExecutor asyncExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
closed(CommandContext commandContext) |
void |
closing(CommandContext commandContext) |
protected org.flowable.job.api.Job job
protected org.flowable.job.service.impl.asyncexecutor.AsyncExecutor asyncExecutor
public AsyncJobAddedNotification(org.flowable.job.api.Job job,
org.flowable.job.service.impl.asyncexecutor.AsyncExecutor asyncExecutor)
public void closed(CommandContext commandContext)
closed in interface CommandContextCloseListenerpublic void closing(CommandContext commandContext)
closing in interface CommandContextCloseListenerCopyright © 2018 Flowable. All rights reserved.