T - The type of data being published@Internal
public abstract class ContextCompletionAwareSubscriber<T>
extends io.micronaut.core.async.subscriber.CompletionAwareSubscriber<T>
ChannelHandlerContext.| Modifier | Constructor and Description |
|---|---|
protected |
ContextCompletionAwareSubscriber(io.netty.channel.ChannelHandlerContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doOnComplete() |
protected void |
doOnError(java.lang.Throwable t) |
protected void |
doOnNext(T message) |
protected void |
doOnSubscribe(org.reactivestreams.Subscription subscription) |
protected abstract void |
onComplete(T message) |
protected ContextCompletionAwareSubscriber(io.netty.channel.ChannelHandlerContext context)
context - The channel handler contextprotected void doOnSubscribe(org.reactivestreams.Subscription subscription)
doOnSubscribe in class io.micronaut.core.async.subscriber.CompletionAwareSubscriber<T>protected void doOnNext(T message)
doOnNext in class io.micronaut.core.async.subscriber.CompletionAwareSubscriber<T>protected void doOnError(java.lang.Throwable t)
doOnError in class io.micronaut.core.async.subscriber.CompletionAwareSubscriber<T>protected void doOnComplete()
doOnComplete in class io.micronaut.core.async.subscriber.CompletionAwareSubscriber<T>protected abstract void onComplete(T message)
message - The message