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