Interface Task.Completable<T,R>
-
- Type Parameters:
T
- the type of theTask
R
- the type of the result
- All Superinterfaces:
Task.Collectable<T,R>
public static interface Task.Completable<T,R> extends Task.Collectable<T,R>
ATask.Collectable
that supports performing operations when aTask
orchestration is complete.
-
-
Method Summary
-
Methods inherited from interface com.oracle.coherence.concurrent.executor.Task.Collectable
andThen, submit, subscribe, until
-
-