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.Subscriberimplementations. -
-
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 voidTask.Subscriber. onSubscribe(Task.Subscription<? extends T> subscription)Invoked prior to theTask.SubscribermethodsTask.Subscriber.onComplete(),Task.Subscriber.onError(Throwable)andTask.Subscriber.onNext(Object)being invoked for aTask.Subscriptionto 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_subscriptionTheTask.Subscription.protected Task.SubscriptionSystemOutSubscriber. m_subscriptionTheTask.Subscriptionfor theTask.Subscriber.Methods in com.oracle.coherence.concurrent.executor.subscribers with parameters of type Task.Subscription Modifier and Type Method Description voidRecordingSubscriber. onSubscribe(Task.Subscription<? extends T> subscription)voidSystemOutSubscriber. onSubscribe(Task.Subscription subscription)
-