Class TestSubscriberBuilder

java.lang.Object
reactor.test.subscriber.TestSubscriberBuilder

public final class TestSubscriberBuilder extends Object
A configuration builder used to create a fine-tuned TestSubscriber, also allowing for a Fuseable.ConditionalSubscriber variant. Notably, it allows the created instance to enforce fusion compatibility (by assuming a Fuseable source publisher and expecting a Fuseable.QueueSubscription).

See TestSubscriber.builder() to obtain a new builder.

Note that all methods mutate the builder configuration, so reuse is discouraged.

Author:
Simon Baslé