类 SendCallBackEnhanceInfo

java.lang.Object
org.apache.skywalking.apm.plugin.rocketMQ.v4.define.SendCallBackEnhanceInfo

public class SendCallBackEnhanceInfo extends Object
SendCallBackEnhanceInfo saves the topic Id and ContextSnapshot instance for trace.
  • 构造器详细资料

    • SendCallBackEnhanceInfo

      public SendCallBackEnhanceInfo(String topicId, org.apache.skywalking.apm.agent.core.context.ContextSnapshot contextSnapshot)
  • 方法详细资料

    • getTopicId

      public String getTopicId()
    • getContextSnapshot

      public org.apache.skywalking.apm.agent.core.context.ContextSnapshot getContextSnapshot()