public class ZipkinServerRequestAdapter extends Object implements com.github.kristofa.brave.ServerRequestAdapter
Constructor and Description |
---|
ZipkinServerRequestAdapter(ZipkinTracer eventNotifier,
org.apache.camel.Exchange exchange) |
Modifier and Type | Method and Description |
---|---|
String |
getSpanName() |
com.github.kristofa.brave.TraceData |
getTraceData() |
Collection<com.github.kristofa.brave.KeyValueAnnotation> |
requestAnnotations() |
public ZipkinServerRequestAdapter(ZipkinTracer eventNotifier, org.apache.camel.Exchange exchange)
public com.github.kristofa.brave.TraceData getTraceData()
getTraceData
in interface com.github.kristofa.brave.ServerRequestAdapter
public String getSpanName()
getSpanName
in interface com.github.kristofa.brave.ServerRequestAdapter
public Collection<com.github.kristofa.brave.KeyValueAnnotation> requestAnnotations()
requestAnnotations
in interface com.github.kristofa.brave.ServerRequestAdapter
Apache Camel