Interface TracingListenerConfiguration<T>
- Type Parameters:
T- type of tracing storage
public interface TracingListenerConfiguration<T>
Tracing listener configuration.
-
Method Summary
Modifier and TypeMethodDescriptioncreateTracingListener(T storage) Create tracing listener.getType()Get tracing type.
-
Method Details
-
createTracingListener
Create tracing listener.- Parameters:
storage- storage- Returns:
- tracing listener
- Throws:
TracingConfigurationException- tracing configuration exception
-
getType
String getType()Get tracing type.- Returns:
- tracing type
-