Class SubscriberWhiteboxVerification.BlackboxSubscriberProxy<T>

java.lang.Object
org.reactivestreams.tck.SubscriberWhiteboxVerification.BlackboxProbe<T>
org.reactivestreams.tck.SubscriberWhiteboxVerification.BlackboxSubscriberProxy<T>
All Implemented Interfaces:
Subscriber<T>, SubscriberWhiteboxVerification.SubscriberProbe<T>
Enclosing class:
SubscriberWhiteboxVerification<T>

public static class SubscriberWhiteboxVerification.BlackboxSubscriberProxy<T> extends SubscriberWhiteboxVerification.BlackboxProbe<T> implements Subscriber<T>
This class is intented to be used as Subscriber decorator and should be used in pub.subscriber(...) calls, in order to allow intercepting calls on the underlying Subscriber. This delegation allows the proxy to implement SubscriberWhiteboxVerification.BlackboxProbe assertions.