Interface 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.
An interface for getting the
http.route attribute.- Since:
- 2.0.0
-
Method Summary
-
Method Details
-
get
Returns thehttp.routeattribute extracted fromcontext,arg1andarg2; ornullif it was not found.
-