Uses of Interface
com.oracle.coherence.concurrent.executor.Task.Subscriber
-
Packages that use Task.Subscriber Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution.com.oracle.coherence.concurrent.executor.subscribers Task.Subscriber
implementations. -
-
Uses of Task.Subscriber in com.oracle.coherence.concurrent.executor
Methods in com.oracle.coherence.concurrent.executor with parameters of type Task.Subscriber Modifier and Type Method Description Task.Collectable<T,R>
Task.Collectable. subscribe(Task.Subscriber<? super R> subscriber)
Registers the specifiedTask.Subscriber
as part of the orchestration of theTask
.void
Task.Coordinator. subscribe(Task.Subscriber<? super T> subscriber)
Subscribes the specifiedTask.Subscriber
to theTask.Coordinator
of aTask
to receive collected results.Task.SubscribedOrchestration<T>
Task.SubscribedOrchestration. subscribe(Task.Subscriber<? super T> subscriber)
Registers the specifiedTask.Subscriber
as part of the orchestration of theTask
. -
Uses of Task.Subscriber in com.oracle.coherence.concurrent.executor.subscribers
Classes in com.oracle.coherence.concurrent.executor.subscribers that implement Task.Subscriber Modifier and Type Class Description class
RecordingSubscriber<T>
ATask.Subscriber
that records iteration with aTask.Coordinator
.class
SystemOutSubscriber<T>
ATask.Subscriber
that logs interactions to theSystem.out
.
-