-
public interface EndpointCheckpointer
-
-
Method Summary
Modifier and Type Method Description abstract voidonRootSpanFinished(AgentSpan rootSpan, EndpointTracker tracker)Callback to be called when a root span is written (together with the trace) abstract EndpointTrackeronRootSpanStarted(AgentSpan rootSpan)Callback to be called when a root span is started -
-
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 tracetracker- the endpoint tracker
-
onRootSpanStarted
abstract EndpointTracker onRootSpanStarted(AgentSpan rootSpan)
Callback to be called when a root span is started
- Parameters:
rootSpan- the local root span of the trace
-
-
-
-