Class ContextCompletionAwareSubscriber<T>

java.lang.Object
io.micronaut.core.async.subscriber.CompletionAwareSubscriber<T>
io.micronaut.http.server.netty.async.ContextCompletionAwareSubscriber<T>
Type Parameters:
T - The type of data being published
All Implemented Interfaces:
Completable, Emitter<T>, Subscriber<T>

@Internal public abstract class ContextCompletionAwareSubscriber<T> extends CompletionAwareSubscriber<T>
A subscriber that subscribes to a single result with special handling for the ChannelHandlerContext.
Since:
1.0
Author:
James Kleeh