public interface SpanReceiver extends Closeable
SpanReceiver implementations are expected to provide a constructor with the signature
public SpanReceiverImpl(HTraceConfiguration)
The helper class SpanReceiverBuilder provides convenient factory
methods for creating SpanReceiver instances from configuration.SpanReceiverBuilder| Modifier and Type | Method and Description |
|---|---|
void |
receiveSpan(Span span)
Called when a Span is stopped and can now be stored.
|
void receiveSpan(Span span)
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.