Class Tomcat10AttachResponseAdvice
java.lang.Object
io.opentelemetry.javaagent.instrumentation.tomcat.v10_0.Tomcat10AttachResponseAdvice
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidattachResponse(org.apache.coyote.Request request, org.apache.coyote.Response response, boolean success)
-
Constructor Details
-
Tomcat10AttachResponseAdvice
public Tomcat10AttachResponseAdvice()
-
-
Method Details
-
attachResponse
@OnMethodExit(onThrowable=java.lang.Throwable.class, suppress=java.lang.Throwable.class) public static void attachResponse(@Argument(0) org.apache.coyote.Request request, @Argument(2) org.apache.coyote.Response response, @Return boolean success)
-