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 interfaceTask.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.Subscriberas part of the orchestration of theTask.
-