C# Class Elders.Hystrix.NET.ThreadPool.HystrixThreadPoolDefault

The default production implementation of IHystrixThreadPool.
Inheritance: IHystrixThreadPool
Mostrar archivo Open project: Elders/Hystrix.NET

Public Methods

Method Description
HystrixThreadPoolDefault ( HystrixThreadPoolKey threadPoolKey, HystrixThreadPoolPropertiesSetter setter ) : Java.Util.Concurrent

Initializes a new instance of the HystrixThreadPoolDefault class.

MarkThreadCompletion ( ) : void
MarkThreadExecution ( ) : void

Method Details

HystrixThreadPoolDefault() public method

Initializes a new instance of the HystrixThreadPoolDefault class.
public HystrixThreadPoolDefault ( HystrixThreadPoolKey threadPoolKey, HystrixThreadPoolPropertiesSetter setter ) : Java.Util.Concurrent
threadPoolKey HystrixThreadPoolKey The key of this thread pool.
setter HystrixThreadPoolPropertiesSetter The default properties of this thread pool.
return Java.Util.Concurrent

MarkThreadCompletion() public method

public MarkThreadCompletion ( ) : void
return void

MarkThreadExecution() public method

public MarkThreadExecution ( ) : void
return void