Package com.identityworksllc.iiq.common
Interface TaskUtil.TaskResultConsumer
-
- Enclosing class:
- TaskUtil
public static interface TaskUtil.TaskResultConsumer
The interface used for lock-and-callback utilities
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(sailpoint.object.TaskResult taskResult)
Does something with the task result
-
-
-
Method Detail
-
accept
void accept(sailpoint.object.TaskResult taskResult) throws sailpoint.tools.GeneralException
Does something with the task result- Parameters:
taskResult
- The task result to do something to- Throws:
sailpoint.tools.GeneralException
- if anything fails
-
-