Package reactor.test

Interface StepVerifier.FirstStep<T>

Type Parameters:
T - the type of values that the subscriber contains
All Superinterfaces:
StepVerifier.LastStep, StepVerifier.Step<T>
Enclosing interface:
StepVerifier

public static interface StepVerifier.FirstStep<T> extends StepVerifier.Step<T>
Define a builder for explicitly expecting an initializing Subscription as first signal.

If StepVerifier.FirstStep expectations are not used, the produced StepVerifier keeps a first expectation that will be checking if the first signal is a Subscription.