public class HystrixCommandFactory
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
com.netflix.hystrix.HystrixInvokable |
create(MetaHolder metaHolder) |
com.netflix.hystrix.HystrixInvokable |
createDelayed(MetaHolder metaHolder) |
static HystrixCommandFactory |
getInstance() |
public static HystrixCommandFactory getInstance()
public com.netflix.hystrix.HystrixInvokable create(MetaHolder metaHolder)
public com.netflix.hystrix.HystrixInvokable createDelayed(MetaHolder metaHolder)