@FunctionalInterface public interface ExternalTaskHandler
Interface for a custom implementation of the handler, which is invoked for each fetched and locked task
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ExternalTask externalTask,
ExternalTaskService externalTaskService)
Has been executed for each fetched and locked task
|
void execute(ExternalTask externalTask, ExternalTaskService externalTaskService)
externalTask - the context is represented ofexternalTaskService - to interact with fetched and locked tasksCopyright © 2022. All rights reserved.