Uses of Interface
com.oracle.coherence.concurrent.executor.Task.CompletionRunnable
-
Packages that use Task.CompletionRunnable Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution. -
-
Uses of Task.CompletionRunnable in com.oracle.coherence.concurrent.executor
Methods in com.oracle.coherence.concurrent.executor with parameters of type Task.CompletionRunnable Modifier and Type Method Description Task.Completable<T,R>
Task.Collectable. andThen(Task.CompletionRunnable<? super R> completionRunnable)
Provide a runnable to call when the task has completed.
-