程序包 org.apache.skywalking.apm.plugin.rocketMQ.v3
package org.apache.skywalking.apm.plugin.rocketMQ.v3
-
类类说明
AbstractMessageConsumeInterceptorcreate entry span when theconsumeMessagein theMessageListenerConcurrentlyandMessageListenerOrderlyclass.MessageConcurrentlyConsumeInterceptorset the process status after theMessageListenerConcurrently.consumeMessage(java.util.List, com.alibaba.rocketmq.client.consumer.listener.ConsumeConcurrentlyContext)method execute.MessageOrderlyConsumeInterceptorset the process status after theMessageListenerOrderly.consumeMessage(java.util.List, com.alibaba.rocketmq.client.consumer.listener.ConsumeOrderlyContext)method execute.MessageSendInterceptorcreate exit span when the methodMQClientAPIImpl.sendMessage(String, String, Message, com.alibaba.rocketmq.common.protocol.header.SendMessageRequestHeader, long, com.alibaba.rocketmq.client.impl.CommunicationMode, com.alibaba.rocketmq.client.producer.SendCallback, com.alibaba.rocketmq.client.impl.producer.TopicPublishInfo, com.alibaba.rocketmq.client.impl.factory.MQClientInstance, int, com.alibaba.rocketmq.client.hook.SendMessageContext, com.alibaba.rocketmq.client.impl.producer.DefaultMQProducerImpl)execute.OnExceptionInterceptorcreate local span when the methodSendCallback.onException(Throwable)execute.OnSuccessInterceptorcreate local span when the methodSendCallback.onSuccess(SendResult)execute.