Package io.atleon.rabbitmq
Class DefaultAloRabbitMQSenderResultSubscriber<T>
- java.lang.Object
-
- reactor.core.publisher.BaseSubscriber<io.atleon.core.Alo<RabbitMQSenderResult<T>>>
-
- io.atleon.rabbitmq.DefaultAloRabbitMQSenderResultSubscriber<T>
-
- All Implemented Interfaces:
org.reactivestreams.Subscriber<io.atleon.core.Alo<RabbitMQSenderResult<T>>>,org.reactivestreams.Subscription,reactor.core.CoreSubscriber<io.atleon.core.Alo<RabbitMQSenderResult<T>>>,reactor.core.Disposable
public class DefaultAloRabbitMQSenderResultSubscriber<T> extends reactor.core.publisher.BaseSubscriber<io.atleon.core.Alo<RabbitMQSenderResult<T>>>
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.LoggerLOGGER
-
Constructor Summary
Constructors Constructor Description DefaultAloRabbitMQSenderResultSubscriber()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhookOnNext(io.atleon.core.Alo<RabbitMQSenderResult<T>> aloResult)-
Methods inherited from class reactor.core.publisher.BaseSubscriber
cancel, dispose, hookFinally, hookOnCancel, hookOnComplete, hookOnError, hookOnSubscribe, isDisposed, onComplete, onError, onNext, onSubscribe, request, requestUnbounded, toString, upstream
-
-
-
-
Method Detail
-
hookOnNext
protected void hookOnNext(io.atleon.core.Alo<RabbitMQSenderResult<T>> aloResult)
- Overrides:
hookOnNextin classreactor.core.publisher.BaseSubscriber<io.atleon.core.Alo<RabbitMQSenderResult<T>>>
-
-