Uses of Interface
com.oracle.coherence.concurrent.executor.Task.Subscriber
Packages that use Task.Subscriber
Package
Description
Classes to allow submission of tasks to the grid for execution.
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.SubscriberModifier and TypeMethodDescriptionTask.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.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.SubscriberModifier and TypeClassDescriptionclass
ATask.Subscriber
that records iteration with aTask.Coordinator
.class
ATask.Subscriber
that logs interactions to theSystem.out
.