Uses of Interface
com.oracle.coherence.concurrent.executor.Task.Subscription
-
Packages that use Task.Subscription 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.Subscription in com.oracle.coherence.concurrent.executor
Methods in com.oracle.coherence.concurrent.executor with parameters of type Task.Subscription Modifier and Type Method Description void
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.Subscription Modifier and Type Field Description protected 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.Subscription Modifier and Type Method Description void
RecordingSubscriber. onSubscribe(Task.Subscription<? extends T> subscription)
void
SystemOutSubscriber. onSubscribe(Task.Subscription subscription)
-