Class SendCallBackEnhanceInfo
java.lang.Object
org.apache.skywalking.apm.plugin.rocketMQ.v4.define.SendCallBackEnhanceInfo
SendCallBackEnhanceInfo saves the topic Id and ContextSnapshot instance for trace.-
Constructor Summary
ConstructorsConstructorDescriptionSendCallBackEnhanceInfo(String topicId, org.apache.skywalking.apm.agent.core.context.ContextSnapshot contextSnapshot) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.skywalking.apm.agent.core.context.ContextSnapshot
-
Constructor Details
-
SendCallBackEnhanceInfo
public SendCallBackEnhanceInfo(String topicId, org.apache.skywalking.apm.agent.core.context.ContextSnapshot contextSnapshot)
-
-
Method Details
-
getTopicId
-
getContextSnapshot
public org.apache.skywalking.apm.agent.core.context.ContextSnapshot getContextSnapshot()
-