Package io.micronaut.rabbitmq.intercept
Class RabbitMQIntroductionAdvice
- java.lang.Object
-
- io.micronaut.rabbitmq.intercept.RabbitMQIntroductionAdvice
-
- All Implemented Interfaces:
io.micronaut.aop.Interceptor<java.lang.Object,java.lang.Object>,io.micronaut.aop.MethodInterceptor<java.lang.Object,java.lang.Object>,io.micronaut.core.order.Ordered
@Singleton public class RabbitMQIntroductionAdvice extends java.lang.Object implements io.micronaut.aop.MethodInterceptor<java.lang.Object,java.lang.Object>Implementation of theRabbitClientadvice annotation.- Since:
- 1.1.0
- See Also:
RabbitClient
-
-
Constructor Summary
Constructors Constructor Description RabbitMQIntroductionAdvice(io.micronaut.context.BeanContext beanContext, io.micronaut.core.convert.ConversionService<?> conversionService, RabbitMessageSerDesRegistry serDesRegistry, java.util.concurrent.ExecutorService executorService)Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectintercept(io.micronaut.aop.MethodInvocationContext<java.lang.Object,java.lang.Object> context)
-
-
-
Constructor Detail
-
RabbitMQIntroductionAdvice
public RabbitMQIntroductionAdvice(io.micronaut.context.BeanContext beanContext, io.micronaut.core.convert.ConversionService<?> conversionService, RabbitMessageSerDesRegistry serDesRegistry, @Named("io") java.util.concurrent.ExecutorService executorService)Default constructor.- Parameters:
beanContext- The bean contextconversionService- The conversion serviceserDesRegistry- The registry to find a serDes to serialize the bodyexecutorService- The executor to execute reactive operations on
-
-