Interface IHystrixThreadPool
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public interface IHystrixThreadPool
Properties
|
Edit this page
View Source
IsQueueSpaceAvailable
Declaration
bool IsQueueSpaceAvailable { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsShutdown
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Edit this page
View Source
GetScheduler()
Declaration
IHystrixTaskScheduler GetScheduler()
Returns
|
Edit this page
View Source
GetTaskScheduler()
Declaration
TaskScheduler GetTaskScheduler()
Returns
Type |
Description |
TaskScheduler |
|
|
Edit this page
View Source
MarkThreadCompletion()
Declaration
void MarkThreadCompletion()
|
Edit this page
View Source
MarkThreadExecution()
Declaration
void MarkThreadExecution()
|
Edit this page
View Source
MarkThreadRejection()
Declaration
void MarkThreadRejection()