Class RetryEventsEndpointResponse
java.lang.Object
io.github.resilience4j.common.retry.monitoring.endpoint.RetryEventsEndpointResponse
public class RetryEventsEndpointResponse
extends java.lang.Object
retry events DTP for rest API
-
Constructor Summary
Constructors Constructor Description RetryEventsEndpointResponse()RetryEventsEndpointResponse(java.util.List<RetryEventDTO> retryEvents) -
Method Summary
Modifier and Type Method Description java.util.List<RetryEventDTO>getRetryEvents()voidsetRetryEvents(java.util.List<RetryEventDTO> retryEvents)
-
Constructor Details
-
RetryEventsEndpointResponse
public RetryEventsEndpointResponse() -
RetryEventsEndpointResponse
-
-
Method Details