public interface TraceListener
tracer upon creation. It will then observe any lifecycle event
of that tracer.Tracer.start(),
Tracer.start(Function),
Tracer.stop()| Modifier and Type | Method and Description |
|---|---|
void |
onStart(String name,
String value)
Callback to be triggered after
start. |
void |
onStop(String name,
String value)
Callback to be triggered before
stop. |
Copyright © 2015–2016 Zalando SE. All rights reserved.