Uses of Interface
com.oracle.coherence.concurrent.executor.Task.CompletionRunnable
Packages that use Task.CompletionRunnable
Package
Description
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.CompletionRunnableModifier and TypeMethodDescriptionTask.Collectable.andThen
(Task.CompletionRunnable<? super R> completionRunnable) Provide a runnable to call when the task has completed.