Uses of Class
io.github.resilience4j.common.bulkhead.monitoring.endpoint.BulkheadEventDTO
Packages that use BulkheadEventDTO
-
Uses of BulkheadEventDTO in io.github.resilience4j.common.bulkhead.monitoring.endpoint
Fields in io.github.resilience4j.common.bulkhead.monitoring.endpoint with type parameters of type BulkheadEventDTOModifier and TypeFieldDescriptionprivate List<BulkheadEventDTO> BulkheadEventsEndpointResponse.bulkheadEventsMethods in io.github.resilience4j.common.bulkhead.monitoring.endpoint that return BulkheadEventDTOModifier and TypeMethodDescriptionstatic BulkheadEventDTOBulkheadEventDTOFactory.createBulkheadEventDTO(io.github.resilience4j.bulkhead.event.BulkheadEvent event) Methods in io.github.resilience4j.common.bulkhead.monitoring.endpoint that return types with arguments of type BulkheadEventDTOMethod parameters in io.github.resilience4j.common.bulkhead.monitoring.endpoint with type arguments of type BulkheadEventDTOModifier and TypeMethodDescriptionvoidBulkheadEventsEndpointResponse.setBulkheadEvents(List<BulkheadEventDTO> bulkheadEvents) Constructor parameters in io.github.resilience4j.common.bulkhead.monitoring.endpoint with type arguments of type BulkheadEventDTOModifierConstructorDescriptionBulkheadEventsEndpointResponse(List<BulkheadEventDTO> bulkheadEvents)