Méthode | Description | |
---|---|---|
GetBulkhead ( Hudl.Mjolnir.Key.GroupKey key ) : IBulkheadSemaphore |
Callers should keep a local reference to the bulkhead object they receive from this method, ensuring that they call TryEnter and Release on the same object reference. Phrased differently: don't re-retrieve the bulkhead before calling Release().
|
|
GetCircuitBreaker ( Hudl.Mjolnir.Key.GroupKey key ) : ICircuitBreaker | ||
GetFallbackSemaphore ( Hudl.Mjolnir.Key.GroupKey key ) : IIsolationSemaphore | ||
GetThreadPool ( Hudl.Mjolnir.Key.GroupKey key ) : IIsolationThreadPool | ||
IgnoreExceptions ( HashSet |
||
IsExceptionIgnored ( Type type ) : bool |
Méthode | Description | |
---|---|---|
GetCommandMetrics ( Hudl.Mjolnir.Key.GroupKey key ) : ICommandMetrics |
public GetBulkhead ( Hudl.Mjolnir.Key.GroupKey key ) : IBulkheadSemaphore | ||
key | Hudl.Mjolnir.Key.GroupKey | |
Résultat | IBulkheadSemaphore |
public GetCircuitBreaker ( Hudl.Mjolnir.Key.GroupKey key ) : ICircuitBreaker | ||
key | Hudl.Mjolnir.Key.GroupKey | |
Résultat | ICircuitBreaker |
public GetFallbackSemaphore ( Hudl.Mjolnir.Key.GroupKey key ) : IIsolationSemaphore | ||
key | Hudl.Mjolnir.Key.GroupKey | |
Résultat | IIsolationSemaphore |
public GetThreadPool ( Hudl.Mjolnir.Key.GroupKey key ) : IIsolationThreadPool | ||
key | Hudl.Mjolnir.Key.GroupKey | |
Résultat | IIsolationThreadPool |
public IgnoreExceptions ( HashSet |
||
types | HashSet |
|
Résultat | void |
public IsExceptionIgnored ( Type type ) : bool | ||
type | Type | |
Résultat | bool |