Interface PublisherSource.Subscriber<T>

Type Parameters:
T - Type of items received by this Subscriber.
All Known Subinterfaces:
PublisherSource.Processor<T,R>
All Known Implementing Classes:
CancelImmediatelySubscriber, ConcurrentTerminalSubscriber, LatestValueSubscriber, TestPublisherSubscriber
Enclosing interface:
PublisherSource<T>

public static interface PublisherSource.Subscriber<T>
A subscriber of result(s) produced by a PublisherSource.

This is a replica of the APIs provided by Reactive Streams and follows the Reactive Streams specifications. All implementations of this Subscriber adhere to the rules as specified for a Reactive Streams Subscriber in Section 2 of the specifications.