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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<BulkheadEventDTO>getBulkheadEvents()voidsetBulkheadEvents(java.util.List<BulkheadEventDTO> bulkheadEvents)
-
-
-
Constructor Detail
-
BulkheadEventsEndpointResponse
public BulkheadEventsEndpointResponse()
-
BulkheadEventsEndpointResponse
public BulkheadEventsEndpointResponse(java.util.List<BulkheadEventDTO> bulkheadEvents)
-
-
Method Detail
-
getBulkheadEvents
public java.util.List<BulkheadEventDTO> getBulkheadEvents()
-
setBulkheadEvents
public void setBulkheadEvents(java.util.List<BulkheadEventDTO> bulkheadEvents)
-
-