Uses of Interface
com.oracle.coherence.concurrent.executor.Task.SubscribedOrchestration
Packages that use Task.SubscribedOrchestration
Package
Description
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.executorModifier and TypeInterfaceDescriptionstatic interface
Methods in com.oracle.coherence.concurrent.executor that return Task.SubscribedOrchestrationModifier and TypeMethodDescriptionTask.SubscribedOrchestration.subscribe
(Task.Subscriber<? super T> subscriber) Registers the specifiedTask.Subscriber
as part of the orchestration of theTask
.