Package io.vrap.rmf.base.client.http
Interface NotFoundExceptionMiddleware
- All Superinterfaces:
Middleware
Middleware to convert a
NotFoundException
to a response with a null body value-
Method Summary
Modifier and TypeMethodDescriptionstatic NotFoundExceptionMiddleware
of()
static NotFoundExceptionMiddleware
of
(Predicate<ApiHttpRequest> requestPredicate) static NotFoundExceptionMiddleware
of
(Set<ApiHttpMethod> methods) Methods inherited from interface io.vrap.rmf.base.client.http.Middleware
invoke
-
Method Details
-
of
-
of
-
of
-