-
public interface EndpointTrackerA simple listener-like interface for tracking the end-point writes
-
-
Method Summary
Modifier and Type Method Description abstract voidendpointWritten(AgentSpan span)Called when a local root span (associated with an end-point) is written -
-
Method Detail
-
endpointWritten
abstract void endpointWritten(AgentSpan span)
Called when a local root span (associated with an end-point) is written
- Parameters:
span- the local root span
-
-
-
-