Class HttpClientApplication.RetryController

java.lang.Object
org.springframework.cloud.gateway.tests.httpclient.HttpClientApplication.RetryController
Enclosing class:
HttpClientApplication

@RestController protected static class HttpClientApplication.RetryController extends Object
  • Constructor Details

    • RetryController

      protected RetryController()
  • Method Details

    • retry

      @GetMapping("/do/retry") public org.springframework.http.ResponseEntity<String> retry(@RequestParam("key") String key, @RequestParam(name="count",defaultValue="3") int count, @RequestParam(name="failStatus",required=false) Integer failStatus)