Class VaadinSingletons
- java.lang.Object
-
- io.opentelemetry.javaagent.instrumentation.vaadin.VaadinSingletons
-
public class VaadinSingletons extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.opentelemetry.instrumentation.api.instrumenter.Instrumenter<VaadinClientCallableRequest,Void>clientCallableInstrumenter()static VaadinHelperhelper()static io.opentelemetry.instrumentation.api.instrumenter.Instrumenter<VaadinRpcRequest,Void>rpcInstrumenter()
-
-
-
Method Detail
-
clientCallableInstrumenter
public static io.opentelemetry.instrumentation.api.instrumenter.Instrumenter<VaadinClientCallableRequest,Void> clientCallableInstrumenter()
-
rpcInstrumenter
public static io.opentelemetry.instrumentation.api.instrumenter.Instrumenter<VaadinRpcRequest,Void> rpcInstrumenter()
-
helper
public static VaadinHelper helper()
-
-