Package io.micronaut.jms.configuration
Class JMSProducerMethodInterceptor
java.lang.Object
io.micronaut.jms.configuration.JMSProducerMethodInterceptor
- All Implemented Interfaces:
io.micronaut.aop.Interceptor<Object,
,Object> io.micronaut.aop.MethodInterceptor<Object,
,Object> io.micronaut.core.order.Ordered
@Singleton
public class JMSProducerMethodInterceptor
extends Object
implements io.micronaut.aop.MethodInterceptor<Object,Object>
Sends messages to a broker. Requires that the interface be annotated with
JMSProducer
and have at least one method annotated with
Queue
or Topic
.- Since:
- 1.0.0
- Author:
- Elliott Pope
-
Field Summary
Fields inherited from interface io.micronaut.aop.Interceptor
ARGUMENT, CACHEABLE_LAZY_TARGET, HOTSWAP, LAZY, PROXY_TARGET
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.aop.MethodInterceptor
intercept
Methods inherited from interface io.micronaut.core.order.Ordered
getOrder