Interface TaskAwareExecutor.Executable<T>
- 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 TypeMethodDescriptionexecute
(@NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)
-
Method Details
-
execute
T execute(@NotNull @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull @NotNull OperationResult result) throws CommonException - Throws:
CommonException
-