public static class TracingContext.ListenerManager extends Object
ListenerManager represents an event notify for every registered listener, which are notified
when the TracingContext finished, and TracingContext.segment is ready for further process.| Constructor and Description |
|---|
ListenerManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
add(TracingContextListener listener)
Add the given
TracingContextListener to LISTENERS list. |
static void |
remove(TracingContextListener listener)
Clear the given
TracingContextListener |
public static void add(TracingContextListener listener)
TracingContextListener to LISTENERS list.listener - the new listener.public static void remove(TracingContextListener listener)
TracingContextListenerCopyright © 2019 The Apache Software Foundation. All rights reserved.