Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
GetCommandMetrics ( Hudl.Mjolnir.Key.GroupKey key ) : ICommandMetrics |
public GetBulkhead ( Hudl.Mjolnir.Key.GroupKey key ) : IBulkheadSemaphore | ||
key | Hudl.Mjolnir.Key.GroupKey | |
Результат | IBulkheadSemaphore |
public GetCircuitBreaker ( Hudl.Mjolnir.Key.GroupKey key ) : ICircuitBreaker | ||
key | Hudl.Mjolnir.Key.GroupKey | |
Результат | ICircuitBreaker |
public GetFallbackSemaphore ( Hudl.Mjolnir.Key.GroupKey key ) : IIsolationSemaphore | ||
key | Hudl.Mjolnir.Key.GroupKey | |
Результат | IIsolationSemaphore |
public GetThreadPool ( Hudl.Mjolnir.Key.GroupKey key ) : IIsolationThreadPool | ||
key | Hudl.Mjolnir.Key.GroupKey | |
Результат | IIsolationThreadPool |
public IgnoreExceptions ( HashSet |
||
types | HashSet |
|
Результат | void |
public IsExceptionIgnored ( Type type ) : bool | ||
type | Type | |
Результат | bool |