Interface TestConfiguration.TestRestController
- All Known Implementing Classes:
TestConfiguration.TestRestControllerImpl
- Enclosing class:
- TestConfiguration
public static interface TestConfiguration.TestRestController
The test rest controller interface.
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String>
Throw service exception.
-
Method Details
-
throwServiceException
@GetMapping(path="/api/exception") org.springframework.http.ResponseEntity<String> throwServiceException()Throw service exception.- Returns:
- the mono
-