Class ClientInstrumentation.ConstructorAdvice
java.lang.Object
com.vaadin.extension.instrumentation.client.ClientInstrumentation.ConstructorAdvice
- Enclosing class:
- ClientInstrumentation
Class representing the code injected into the ObservabilityHandler
constructor. Two callbacks are set on the new instance - a config
function and an exporter consumer. These allow the handler to retrieve
configuration properties and to export traces, respectively.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic AtomicReference<Function<String,String>> static AtomicReference<BiConsumer<String,Map<String, Object>>> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
configHolder
-
exportHolder
-
-
Constructor Details
-
ConstructorAdvice
public ConstructorAdvice()
-
-
Method Details
-
onExit
-