Interface HttpServerRouteBiGetter<T,U>
- All Known Subinterfaces:
HttpRouteBiGetter<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.-
Method Summary
-
Method Details
-
get
Returns thehttp.routeattribute extracted fromcontext,arg1andarg2; ornullif it was not found.
-