Uses of Interface
org.reactivestreams.tck.SubscriberWhiteboxVerification.SubscriberProbe
-
Packages that use SubscriberWhiteboxVerification.SubscriberProbe Package Description org.reactivestreams.tck -
-
Uses of SubscriberWhiteboxVerification.SubscriberProbe in org.reactivestreams.tck
Classes in org.reactivestreams.tck that implement SubscriberWhiteboxVerification.SubscriberProbe Modifier and Type Class Description static class
SubscriberWhiteboxVerification.BlackboxProbe<T>
static class
SubscriberWhiteboxVerification.BlackboxSubscriberProxy<T>
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
SubscriberWhiteboxVerification.WhiteboxSubscriberProbe<T>
-