Interface PublisherFirstStep<T>

Type Parameters:
T - The type of PublisherSource.Subscriber.
All Superinterfaces:
PublisherLastStep, PublisherStep<T>

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