C# 클래스 Elders.Hystrix.NET.Strategy.HystrixPropertiesFactory

파일 보기 프로젝트 열기: Elders/Hystrix.NET

공개 메소드들

메소드 설명
GetCollapserProperties ( IHystrixCollapserKey collapserKey, HystrixCollapserPropertiesSetter setter ) : IHystrixCollapserProperties
GetCommandProperties ( HystrixCommandKey commandKey, HystrixCommandPropertiesSetter setter ) : IHystrixCommandProperties
GetThreadPoolProperties ( HystrixThreadPoolKey threadPoolKey, HystrixThreadPoolPropertiesSetter setter ) : IHystrixThreadPoolProperties

메소드 상세

GetCollapserProperties() 공개 정적인 메소드

public static GetCollapserProperties ( IHystrixCollapserKey collapserKey, HystrixCollapserPropertiesSetter setter ) : IHystrixCollapserProperties
collapserKey IHystrixCollapserKey
setter HystrixCollapserPropertiesSetter
리턴 IHystrixCollapserProperties

GetCommandProperties() 공개 정적인 메소드

public static GetCommandProperties ( HystrixCommandKey commandKey, HystrixCommandPropertiesSetter setter ) : IHystrixCommandProperties
commandKey HystrixCommandKey
setter HystrixCommandPropertiesSetter
리턴 IHystrixCommandProperties

GetThreadPoolProperties() 공개 정적인 메소드

public static GetThreadPoolProperties ( HystrixThreadPoolKey threadPoolKey, HystrixThreadPoolPropertiesSetter setter ) : IHystrixThreadPoolProperties
threadPoolKey Elders.Hystrix.NET.ThreadPool.HystrixThreadPoolKey
setter Elders.Hystrix.NET.ThreadPool.HystrixThreadPoolPropertiesSetter
리턴 IHystrixThreadPoolProperties