Interface HttpRouteBiGetter<T,U>

All Superinterfaces:
HttpServerRouteBiGetter<T,U>
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 HttpRouteBiGetter<T,U> extends HttpServerRouteBiGetter<T,U>
Deprecated.
This class is deprecated and will be removed in the 2.0 release. Use HttpServerRouteBiGetter instead.
An interface for getting the http.route attribute.
  • Method Summary

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

    get