Interface Task.CompletionRunnable<T>
-
- Type Parameters:
T- the type of result produced by the task.
- All Superinterfaces:
Consumer<T>,com.tangosol.io.ExternalizableLite,Serializable
public static interface Task.CompletionRunnable<T> extends Consumer<T>, com.tangosol.io.ExternalizableLite
A runnable to be called upon task completion.