Package 

Interface EndpointCheckpointer

    • Method Summary

      Modifier and Type Method Description
      abstract void onRootSpanFinished(AgentSpan rootSpan, EndpointTracker tracker) Callback to be called when a root span is written (together with the trace)
      abstract EndpointTracker onRootSpanStarted(AgentSpan rootSpan) Callback to be called when a root span is started
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onRootSpanFinished

         abstract void onRootSpanFinished(AgentSpan rootSpan, EndpointTracker tracker)

        Callback to be called when a root span is written (together with the trace)

        Parameters:
        rootSpan - the local root span of the trace
        tracker - the endpoint tracker