# GET /demo/retry/timeout (Spring Framework 7.0.9, Resilience4j 2.4.0, JDK 25) # Source: src/main/java/com/ankurm/resilience/web/DemoController.java { "invocations": 3, "started at (ms)": [ 303, 705, 1106 ], "gaps (ms)": [ 402, 401 ], "elapsed (ms)": 1105, "caller": "threw: com.ankurm.resilience.support.TransientException: attempt 3 failed", "MethodRetryEvents": [ "slowWithTimeout failed with TransientException -> will retry", "slowWithTimeout failed with TransientException -> will retry", "slowWithTimeout failed with TransientException -> will retry", "slowWithTimeout failed with RetryException -> retry aborted" ] }