public class OndemandHystrixCommandConfiguration extends Object
| Constructor and Description |
|---|
OndemandHystrixCommandConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupKey() |
int |
getThreadPoolSize() |
int |
getThreadTimeout() |
void |
setGroupKey(String groupKey) |
void |
setThreadPoolSize(int threadPoolSize) |
void |
setThreadTimeout(int threadTimeout) |
public String getGroupKey()
public void setGroupKey(String groupKey)
public int getThreadTimeout()
public void setThreadTimeout(int threadTimeout)
public int getThreadPoolSize()
public void setThreadPoolSize(int threadPoolSize)
Copyright © 2017 SAP SE. All Rights Reserved.