Class BulkheadEventsEndpointResponse
java.lang.Object
io.github.resilience4j.common.bulkhead.monitoring.endpoint.BulkheadEventsEndpointResponse
public class BulkheadEventsEndpointResponse
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description BulkheadEventsEndpointResponse()BulkheadEventsEndpointResponse(java.util.List<BulkheadEventDTO> bulkheadEvents) -
Method Summary
Modifier and Type Method Description java.util.List<BulkheadEventDTO>getBulkheadEvents()voidsetBulkheadEvents(java.util.List<BulkheadEventDTO> bulkheadEvents)
-
Constructor Details
-
BulkheadEventsEndpointResponse
public BulkheadEventsEndpointResponse() -
BulkheadEventsEndpointResponse
-
-
Method Details