Class SingleSubscriberProcessor<T,R>

java.lang.Object
io.micronaut.core.async.subscriber.CompletionAwareSubscriber<T>
io.micronaut.core.async.processor.SingleSubscriberProcessor<T,R>
Type Parameters:
T - the type of element signaled to the Subscriber
R - the type of element signaled by the Publisher
All Implemented Interfaces:
Completable, Emitter<T>, Processor<T,R>, Publisher<R>, Subscriber<T>

public abstract class SingleSubscriberProcessor<T,R> extends CompletionAwareSubscriber<T> implements Processor<T,R>

A Processor that only allows a single Subscriber

.
Since:
1.0
Author:
Graeme Rocher