Interface SingleFirstStep<T>

Type Parameters:
T - The type of SingleSource.Subscriber.
All Superinterfaces:
SingleLastStep<T>

public interface SingleFirstStep<T> extends SingleLastStep<T>
Provides the ability to express expectations for the first step in a Subscriber's lifecycle.