Uses of Interface
com.oracle.coherence.concurrent.executor.Task.Subscription
Packages that use Task.Subscription
Package
Description
Classes to allow submission of tasks to the grid for execution.
Task.Subscriber
implementations.-
Uses of Task.Subscription in com.oracle.coherence.concurrent.executor
Methods in com.oracle.coherence.concurrent.executor with parameters of type Task.SubscriptionModifier and TypeMethodDescriptionvoid
Task.Subscriber.onSubscribe
(Task.Subscription<? extends T> subscription) Invoked prior to theTask.Subscriber
methodsTask.Subscriber.onComplete()
,Task.Subscriber.onError(Throwable)
andTask.Subscriber.onNext(Object)
being invoked for aTask.Subscription
to aTask.Coordinator
. -
Uses of Task.Subscription in com.oracle.coherence.concurrent.executor.subscribers
Fields in com.oracle.coherence.concurrent.executor.subscribers declared as Task.SubscriptionModifier and TypeFieldDescriptionprotected Task.Subscription
<? extends T> RecordingSubscriber.m_subscription
TheTask.Subscription
.protected Task.Subscription
SystemOutSubscriber.m_subscription
TheTask.Subscription
for theTask.Subscriber
.Methods in com.oracle.coherence.concurrent.executor.subscribers with parameters of type Task.SubscriptionModifier and TypeMethodDescriptionvoid
RecordingSubscriber.onSubscribe
(Task.Subscription<? extends T> subscription) void
SystemOutSubscriber.onSubscribe
(Task.Subscription subscription)