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