|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SpanReceiver
The collector within a process that is the destination of Spans when a trace is running.
| Method Summary | |
|---|---|
void |
configure(HTraceConfiguration conf)
Hosts of SpanReceivers should call this method to provide configuration to SpanReceivers after creating them. |
void |
receiveSpan(Span span)
Called when a Span is stopped and can now be stored. |
| Methods inherited from interface java.io.Closeable |
|---|
close |
| Method Detail |
|---|
void configure(HTraceConfiguration conf)
void receiveSpan(Span span)
span -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||