Class MessageOrderlyConsumeInterceptor

java.lang.Object
org.apache.skywalking.apm.plugin.rocketMQ.v4.AbstractMessageConsumeInterceptor
org.apache.skywalking.apm.plugin.rocketMQ.v4.MessageOrderlyConsumeInterceptor
All Implemented Interfaces:
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceMethodsAroundInterceptor

public class MessageOrderlyConsumeInterceptor extends AbstractMessageConsumeInterceptor
MessageOrderlyConsumeInterceptor set the process status after the MessageListenerOrderly.consumeMessage(java.util.List, org.apache.rocketmq.client.consumer.listener.ConsumeOrderlyContext) method execute.
  • Constructor Details

    • MessageOrderlyConsumeInterceptor

      public MessageOrderlyConsumeInterceptor()
  • Method Details

    • afterMethod

      public Object afterMethod(org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.EnhancedInstance objInst, Method method, Object[] allArguments, Class<?>[] argumentsTypes, Object ret) throws Throwable
      Throws:
      Throwable