Uses of Interface
org.reactivestreams.tck.SubscriberWhiteboxVerification.SubscriberProbe
Packages that use SubscriberWhiteboxVerification.SubscriberProbe
-
Uses of SubscriberWhiteboxVerification.SubscriberProbe in org.reactivestreams.tck
Classes in org.reactivestreams.tck that implement SubscriberWhiteboxVerification.SubscriberProbeModifier and TypeClassDescriptionstatic class
static class
This class is intented to be used asSubscriber
decorator and should be used inpub.subscriber(...)
calls, in order to allow intercepting calls on the underlyingSubscriber
.static class