Polly.Bulkhead
Namespace with 5 public types
Classes
BulkheadPolicy
A bulkhead-isolation policy which can be applied to delegates.
BulkheadPolicy`1
A bulkhead-isolation policy which can be applied to delegates returning a value of type .
BulkheadRejectedException
Exception thrown when a bulkhead's semaphore and queue are full.
Interfaces
IBulkheadPolicy
Defines properties and methods common to all bulkhead policies.
IBulkheadPolicy`1
Defines properties and methods common to all bulkhead policies generic-typed for executions returning results of type .