Uses of Interface
com.oracle.coherence.concurrent.executor.Task.SubscribedOrchestration
-
Packages that use Task.SubscribedOrchestration Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution. -
-
Uses of Task.SubscribedOrchestration in com.oracle.coherence.concurrent.executor
Subinterfaces of Task.SubscribedOrchestration in com.oracle.coherence.concurrent.executor Modifier and Type Interface Description static interface
Task.Orchestration<T>
Methods in com.oracle.coherence.concurrent.executor that return Task.SubscribedOrchestration Modifier and Type Method Description Task.SubscribedOrchestration<T>
Task.SubscribedOrchestration. subscribe(Task.Subscriber<? super T> subscriber)
Registers the specifiedTask.Subscriber
as part of the orchestration of theTask
.
-