Uses of Class
io.github.resilience4j.bulkhead.BulkheadFullException
Packages that use BulkheadFullException
-
Uses of BulkheadFullException in io.github.resilience4j.bulkhead
Methods in io.github.resilience4j.bulkhead that return BulkheadFullExceptionModifier and TypeMethodDescriptionstatic BulkheadFullExceptionBulkheadFullException.createBulkheadFullException(Bulkhead bulkhead) Static method to construct aBulkheadFullExceptionwith a Bulkhead.static BulkheadFullExceptionBulkheadFullException.createBulkheadFullException(ThreadPoolBulkhead bulkhead) Static method to construct aBulkheadFullExceptionwith a ThreadPoolBulkhead.