Class JetStreamIntroductionAdvice
java.lang.Object
io.micronaut.nats.intercept.AbstractIntroductionAdvice
io.micronaut.nats.jetstream.intercept.JetStreamIntroductionAdvice
- All Implemented Interfaces:
- io.micronaut.aop.Interceptor<Object,,- Object> - io.micronaut.aop.MethodInterceptor<Object,,- Object> - io.micronaut.core.order.Ordered
@Singleton
@InterceptorBean(JetStreamClient.class)
public class JetStreamIntroductionAdvice
extends AbstractIntroductionAdvice
implements io.micronaut.aop.MethodInterceptor<Object,Object> 
Implementation of the 
JetStreamClient advice annotation.- Since:
- 1.0.0
- Author:
- jgrimm
- 
Field SummaryFields inherited from class io.micronaut.nats.intercept.AbstractIntroductionAdvicebeanContext, conversionService, scheduler, serDesRegistryFields inherited from interface io.micronaut.aop.InterceptorARGUMENT, CACHEABLE_LAZY_TARGET, HOTSWAP, LAZY, PROXY_TARGETFields inherited from interface io.micronaut.core.order.OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
- 
Constructor SummaryConstructorsConstructorDescriptionJetStreamIntroductionAdvice(io.micronaut.context.BeanContext beanContext, io.micronaut.core.convert.ConversionService conversionService, NatsMessageSerDesRegistry serDesRegistry, ExecutorService executorService) Default constructor.
- 
Method SummaryMethods inherited from class io.micronaut.nats.intercept.AbstractIntroductionAdvicebuildNatsMessage, buildPublisherState, handleResultMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.aop.MethodInterceptorinterceptMethods inherited from interface io.micronaut.core.order.OrderedgetOrder
- 
Constructor Details- 
JetStreamIntroductionAdvicepublic JetStreamIntroductionAdvice(io.micronaut.context.BeanContext beanContext, io.micronaut.core.convert.ConversionService conversionService, NatsMessageSerDesRegistry serDesRegistry, @Named("blocking") ExecutorService executorService) Default constructor.- Parameters:
- beanContext- The bean context
- conversionService- The conversion service
- serDesRegistry- The serialization/deserialization registry
- executorService- The executor to execute reactive operations on
 
 
- 
- 
Method Details