Class SingleSubscriberPublisher<T>

java.lang.Object
io.micronaut.core.async.publisher.SingleSubscriberPublisher<T>
Type Parameters:
T - the type of element signaled.
All Implemented Interfaces:
Publisher<T>

public abstract class SingleSubscriberPublisher<T> extends Object implements Publisher<T>
A Publisher that only allows a single Subscriber.
Since:
1.0
Author:
Graeme Rocher