Class AttachTemplateChildRpcHandlerInstrumentation

java.lang.Object
com.vaadin.extension.instrumentation.communication.rpc.AttachTemplateChildRpcHandlerInstrumentation
All Implemented Interfaces:
io.opentelemetry.javaagent.extension.instrumentation.TypeInstrumentation

public class AttachTemplateChildRpcHandlerInstrumentation extends Object implements io.opentelemetry.javaagent.extension.instrumentation.TypeInstrumentation
Instruments AttachTemplateChildRpcHandler to add information about client-side response on attach existing element by id request.
  • Constructor Details

    • AttachTemplateChildRpcHandlerInstrumentation

      public AttachTemplateChildRpcHandlerInstrumentation()
  • Method Details

    • classLoaderOptimization

      public net.bytebuddy.matcher.ElementMatcher<ClassLoader> classLoaderOptimization()
      Specified by:
      classLoaderOptimization in interface io.opentelemetry.javaagent.extension.instrumentation.TypeInstrumentation
    • typeMatcher

      public net.bytebuddy.matcher.ElementMatcher<net.bytebuddy.description.type.TypeDescription> typeMatcher()
      Specified by:
      typeMatcher in interface io.opentelemetry.javaagent.extension.instrumentation.TypeInstrumentation
    • transform

      public void transform(io.opentelemetry.javaagent.extension.instrumentation.TypeTransformer transformer)
      Specified by:
      transform in interface io.opentelemetry.javaagent.extension.instrumentation.TypeInstrumentation