Class HttpServerResponseCustomizerHolder
java.lang.Object
io.opentelemetry.javaagent.bootstrap.http.HttpServerResponseCustomizerHolder
Holds the currently active response customizer. This is set during agent initialization to an
instance that calls each
HttpServerResponseCustomizer
found in the agent classpath. It is
intended to be used directly from HTTP server library instrumentations, which is why this package
is inside the bootstrap package that gets loaded in the bootstrap classloader.-
Method Summary
Modifier and TypeMethodDescriptionstatic HttpServerResponseCustomizer
static void
setCustomizer
(HttpServerResponseCustomizer customizer)
-
Method Details
-
setCustomizer
-
getCustomizer
-