-
public class LifecycleMultiMethodSpan
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLifecycleMultiMethodSpan.SpanWithScope
-
Method Summary
Modifier and Type Method Description static LifecycleMultiMethodSpan.SpanWithScopeonMethodEnter(String ownerName, String methodName, Tracer tracer)static voidonMethodExit(String ownerName, LifecycleMultiMethodSpan.SpanWithScope spanWithScope, Throwable thrown, boolean endRoot)-
-
Method Detail
-
onMethodEnter
static LifecycleMultiMethodSpan.SpanWithScope onMethodEnter(String ownerName, String methodName, Tracer tracer)
-
onMethodExit
static void onMethodExit(String ownerName, LifecycleMultiMethodSpan.SpanWithScope spanWithScope, Throwable thrown, boolean endRoot)
-
-
-
-