Class MessageConcurrentlyConsumeInterceptor
java.lang.Object
org.apache.skywalking.apm.plugin.rocketMQ.v4.AbstractMessageConsumeInterceptor
org.apache.skywalking.apm.plugin.rocketMQ.v4.MessageConcurrentlyConsumeInterceptor
- All Implemented Interfaces:
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceMethodsAroundInterceptor
MessageConcurrentlyConsumeInterceptor set the process status after the MessageListenerConcurrently.consumeMessage(java.util.List, org.apache.rocketmq.client.consumer.listener.ConsumeConcurrentlyContext) method execute.-
Field Summary
Fields inherited from class org.apache.skywalking.apm.plugin.rocketMQ.v4.AbstractMessageConsumeInterceptor
CONSUMER_OPERATION_NAME_PREFIX -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.skywalking.apm.plugin.rocketMQ.v4.AbstractMessageConsumeInterceptor
beforeMethod, handleMethodException
-
Constructor Details
-
MessageConcurrentlyConsumeInterceptor
public MessageConcurrentlyConsumeInterceptor()
-
-
Method Details