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