C# 클래스 Elders.Hystrix.NET.HystrixCommandSetter

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

공개 메소드들

메소드 설명
AndCommandKey ( HystrixCommandKey commandKey ) : HystrixCommandSetter
AndCommandPropertiesDefaults ( HystrixCommandPropertiesSetter commandPropertiesDefaults ) : HystrixCommandSetter
AndThreadPoolKey ( HystrixThreadPoolKey threadPoolKey ) : HystrixCommandSetter
AndThreadPoolPropertiesDefaults ( HystrixThreadPoolPropertiesSetter threadPoolPropertiesDefaults ) : HystrixCommandSetter
HystrixCommandSetter ( HystrixCommandGroupKey groupKey ) : Elders.Hystrix.NET.ThreadPool
WithGroupKey ( HystrixCommandGroupKey groupKey ) : HystrixCommandSetter

메소드 상세

AndCommandKey() 공개 메소드

public AndCommandKey ( HystrixCommandKey commandKey ) : HystrixCommandSetter
commandKey HystrixCommandKey
리턴 HystrixCommandSetter

AndCommandPropertiesDefaults() 공개 메소드

public AndCommandPropertiesDefaults ( HystrixCommandPropertiesSetter commandPropertiesDefaults ) : HystrixCommandSetter
commandPropertiesDefaults HystrixCommandPropertiesSetter
리턴 HystrixCommandSetter

AndThreadPoolKey() 공개 메소드

public AndThreadPoolKey ( HystrixThreadPoolKey threadPoolKey ) : HystrixCommandSetter
threadPoolKey Elders.Hystrix.NET.ThreadPool.HystrixThreadPoolKey
리턴 HystrixCommandSetter

AndThreadPoolPropertiesDefaults() 공개 메소드

public AndThreadPoolPropertiesDefaults ( HystrixThreadPoolPropertiesSetter threadPoolPropertiesDefaults ) : HystrixCommandSetter
threadPoolPropertiesDefaults Elders.Hystrix.NET.ThreadPool.HystrixThreadPoolPropertiesSetter
리턴 HystrixCommandSetter

HystrixCommandSetter() 공개 메소드

public HystrixCommandSetter ( HystrixCommandGroupKey groupKey ) : Elders.Hystrix.NET.ThreadPool
groupKey HystrixCommandGroupKey
리턴 Elders.Hystrix.NET.ThreadPool

WithGroupKey() 공개 정적인 메소드

public static WithGroupKey ( HystrixCommandGroupKey groupKey ) : HystrixCommandSetter
groupKey HystrixCommandGroupKey
리턴 HystrixCommandSetter