Class ClientInstrumentation.ConstructorAdvice

java.lang.Object
com.vaadin.extension.instrumentation.client.ClientInstrumentation.ConstructorAdvice
Enclosing class:
ClientInstrumentation

public static class ClientInstrumentation.ConstructorAdvice extends Object
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.