Interface HttpRouteGetter<T>

All Superinterfaces:
HttpServerRouteGetter<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Deprecated @FunctionalInterface public interface HttpRouteGetter<T> extends HttpServerRouteGetter<T>
Deprecated.
This class is deprecated and will be removed in the 2.0 release. Use HttpServerRouteGetter instead.
An interface for getting the http.route attribute.
  • Method Summary

    Methods inherited from interface io.opentelemetry.instrumentation.api.instrumenter.http.HttpServerRouteGetter

    get