Package com.io7m.cardant.server.http
Class CAHTTPServerRequestContextExtractor
java.lang.Object
com.io7m.cardant.server.http.CAHTTPServerRequestContextExtractor
- All Implemented Interfaces:
io.opentelemetry.context.propagation.TextMapGetter<io.helidon.webserver.http.ServerRequest>
public final class CAHTTPServerRequestContextExtractor
extends Object
implements io.opentelemetry.context.propagation.TextMapGetter<io.helidon.webserver.http.ServerRequest>
A propagator that can extract fields from a servlet request.
-
Method Summary
-
Method Details
-
instance
public static io.opentelemetry.context.propagation.TextMapGetter<io.helidon.webserver.http.ServerRequest> instance()- Returns:
- A propagator that can extract fields from a servlet request.
-
keys
- Specified by:
keysin interfaceio.opentelemetry.context.propagation.TextMapGetter<io.helidon.webserver.http.ServerRequest>
-
get
- Specified by:
getin interfaceio.opentelemetry.context.propagation.TextMapGetter<io.helidon.webserver.http.ServerRequest>
-