Class RetryEndpointResponse
- java.lang.Object
-
- io.github.resilience4j.common.retry.monitoring.endpoint.RetryEndpointResponse
-
public class RetryEndpointResponse extends java.lang.Objectretry get all retries response DTO
-
-
Constructor Summary
Constructors Constructor Description RetryEndpointResponse()RetryEndpointResponse(java.util.List<java.lang.String> retries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getRetries()voidsetRetries(java.util.List<java.lang.String> retries)
-