Package org.jboss.resteasy.reactive
Annotation Interface ResponseStatus
When placed on a resource method, then RESTEasy Reactive will set the HTTP status to the specified value,
if the method completes without an exception and if it does not return
Response or RestResponse-
Required Element Summary
Required Elements
-
Element Details
-
value
int value
-