public interface SpanReceiver extends Closeable
Modifier and Type | Method and Description |
---|---|
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.
|
void configure(HTraceConfiguration conf)
void receiveSpan(Span span)
span
- Copyright © 2014. All rights reserved.