Interface RestHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Handler that executes a REST operation.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(RestRequest request, RestResponse response) Handles the request.
-
Method Details
-
handle
Handles the request.- Parameters:
request- requestresponse- response
-