Class AsyncJobAddedNotification
java.lang.Object
org.flowable.job.service.impl.asyncexecutor.AsyncJobAddedNotification
- All Implemented Interfaces:
CommandContextCloseListener
- Author:
- Joram Barrez
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterSessionsFlush(CommandContext commandContext) voidclosed(CommandContext commandContext) voidcloseFailure(CommandContext commandContext) voidclosing(CommandContext commandContext) voidexecute(CommandContext commandContext) booleanorder()
-
Field Details
-
job
-
asyncExecutor
-
-
Constructor Details
-
AsyncJobAddedNotification
-
-
Method Details
-
closed
- Specified by:
closedin interfaceCommandContextCloseListener
-
execute
-
closing
- Specified by:
closingin interfaceCommandContextCloseListener
-
afterSessionsFlush
- Specified by:
afterSessionsFlushin interfaceCommandContextCloseListener
-
closeFailure
- Specified by:
closeFailurein interfaceCommandContextCloseListener
-
order
- Specified by:
orderin interfaceCommandContextCloseListener
-
multipleAllowed
public boolean multipleAllowed()- Specified by:
multipleAllowedin interfaceCommandContextCloseListener
-