Package io.micronaut.rabbitmq.intercept
Class RabbitMQIntroductionAdvice
java.lang.Object
io.micronaut.rabbitmq.intercept.RabbitMQIntroductionAdvice
- All Implemented Interfaces:
- io.micronaut.aop.Interceptor<Object,,- Object> - io.micronaut.aop.MethodInterceptor<Object,,- Object> - io.micronaut.core.order.Ordered
@Singleton
public class RabbitMQIntroductionAdvice
extends Object
implements io.micronaut.aop.MethodInterceptor<Object,Object> 
Implementation of the 
RabbitClient advice annotation.- Since:
- 1.1.0
- Author:
- James Kleeh
- See Also:
- 
Field SummaryFields 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 SummaryConstructorsConstructorDescriptionRabbitMQIntroductionAdvice(io.micronaut.context.BeanContext beanContext, io.micronaut.core.convert.ConversionService conversionService, RabbitMessageSerDesRegistry serDesRegistry, ExecutorService executorService) Default constructor.
- 
Method SummaryMethods 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- 
RabbitMQIntroductionAdvicepublic RabbitMQIntroductionAdvice(io.micronaut.context.BeanContext beanContext, io.micronaut.core.convert.ConversionService conversionService, RabbitMessageSerDesRegistry serDesRegistry, @Named("io") ExecutorService executorService) Default constructor.- Parameters:
- beanContext- The bean context
- conversionService- The conversion service
- serDesRegistry- The registry to find a serDes to serialize the body
- executorService- The executor to execute reactive operations on
 
 
- 
- 
Method Details