@ConfigurationProperties(prefix="endpoints.bulkhead")
public class BulkheadEndpoint
extends org.springframework.boot.actuate.endpoint.AbstractEndpoint
Endpoint to expose Bulkhead events.| Constructor and Description |
|---|
BulkheadEndpoint(io.github.resilience4j.bulkhead.BulkheadRegistry bulkheadRegistry,
io.github.resilience4j.bulkhead.ThreadPoolBulkheadRegistry threadPoolBulkheadRegistry) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<io.github.resilience4j.common.bulkhead.monitoring.endpoint.BulkheadEndpointResponse> |
invoke() |