类 SendCallBackEnhanceInfo
java.lang.Object
org.apache.skywalking.apm.plugin.rocketMQ.v4.define.SendCallBackEnhanceInfo
SendCallBackEnhanceInfo saves the topic Id and ContextSnapshot instance for trace.-
构造器概要
构造器构造器说明SendCallBackEnhanceInfo(String topicId, org.apache.skywalking.apm.agent.core.context.ContextSnapshot contextSnapshot) -
方法概要
修饰符和类型方法说明org.apache.skywalking.apm.agent.core.context.ContextSnapshot
-
构造器详细资料
-
SendCallBackEnhanceInfo
public SendCallBackEnhanceInfo(String topicId, org.apache.skywalking.apm.agent.core.context.ContextSnapshot contextSnapshot)
-
-
方法详细资料
-
getTopicId
-
getContextSnapshot
public org.apache.skywalking.apm.agent.core.context.ContextSnapshot getContextSnapshot()
-