Interface StatefulModificationResponse
- All Known Implementing Classes:
StatefulModificationResponse.Conflict,StatefulModificationResponse.Failure,StatefulModificationResponse.NotFound,StatefulModificationResponse.NotPrimary,StatefulModificationResponse.Success
public sealed interface StatefulModificationResponse
permits StatefulModificationResponse.Success, StatefulModificationResponse.NotFound, StatefulModificationResponse.Conflict, StatefulModificationResponse.NotPrimary, StatefulModificationResponse.Failure
The response to a
ResourceAction that does not affect anything outside this resource. That is,
no references need to be checked or were updated.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic final recordstatic final recordstatic final recordstatic final record -
Method Summary
-
Method Details
-
problem
Throwable problem()
-