Interface TaskAwareExecutor.ExecutableVoid
- Enclosing class:
- TaskAwareExecutor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(@NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)
-
Method Details
-
execute
void execute(@NotNull @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull @NotNull OperationResult result) throws CommonException - Throws:
CommonException
-