Uses of Interface
org.reactivestreams.Subscription
Packages that use Subscription
-
Uses of Subscription in org.reactivestreams
Classes in org.reactivestreams that implement SubscriptionModifier and TypeClassDescription(package private) static final classWraps a Flow Subscription and converts the calls to a Reactive Streams Subscription.Fields in org.reactivestreams declared as SubscriptionModifier and TypeFieldDescription(package private) final SubscriptionFlowAdapters.FlowToReactiveSubscription.reactiveStreamsMethods in org.reactivestreams with parameters of type SubscriptionModifier and TypeMethodDescriptionvoidFlowAdapters.ReactiveToFlowProcessor.onSubscribe(Subscription subscription) voidFlowAdapters.ReactiveToFlowSubscriber.onSubscribe(Subscription subscription) voidSubscriber.onSubscribe(Subscription s) Invoked after callingPublisher.subscribe(Subscriber).Constructors in org.reactivestreams with parameters of type Subscription -
Uses of Subscription in org.reactivestreams.example.unicast
Classes in org.reactivestreams.example.unicast that implement SubscriptionModifier and TypeClassDescription(package private) final class(package private) static final classA Subscription implementation that holds the current downstream requested amount and responds to the downstream's request() and cancel() calls.Fields in org.reactivestreams.example.unicast declared as SubscriptionModifier and TypeFieldDescriptionfinal SubscriptionAsyncSubscriber.OnSubscribe.subscriptionprivate SubscriptionAsyncSubscriber.subscriptionprivate SubscriptionSyncSubscriber.subscriptionMethods in org.reactivestreams.example.unicast with parameters of type SubscriptionModifier and TypeMethodDescriptionprivate final voidAsyncSubscriber.handleOnSubscribe(Subscription s) final voidAsyncSubscriber.onSubscribe(Subscription s) voidSyncSubscriber.onSubscribe(Subscription s) Constructors in org.reactivestreams.example.unicast with parameters of type Subscription -
Uses of Subscription in org.reactivestreams.tck
Fields in org.reactivestreams.tck with type parameters of type SubscriptionModifier and TypeFieldDescription(package private) final TestEnvironment.Promise<Subscription> TestEnvironment.TestSubscriber.subscriptionMethods in org.reactivestreams.tck with parameters of type SubscriptionModifier and TypeMethodDescriptionvoidSubscriberWhiteboxVerification.BlackboxSubscriberProxy.onSubscribe(Subscription s) voidTestEnvironment.ManualSubscriberWithSubscriptionSupport.onSubscribe(Subscription s) voidTestEnvironment.TestSubscriber.onSubscribe(Subscription subscription)