public class MethodConfig extends AbstractConfig
id| Constructor and Description |
|---|
MethodConfig() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getActives() |
String |
getArgumentTypes() |
String |
getName() |
Integer |
getRequestTimeout() |
Integer |
getRetries() |
Integer |
getSlowThreshold() |
void |
setActives(Integer actives) |
void |
setArgumentTypes(String argumentTypes) |
void |
setName(String name) |
void |
setRequestTimeout(Integer requestTimeout) |
void |
setRetries(Integer retries) |
void |
setSlowThreshold(Integer slowThreshold) |
appendConfigParams, appendConfigParams, collectConfigParams, collectMethodConfigParams, getId, setId, toString@ConfigDesc(excluded=true) public String getName()
public void setName(String name)
public Integer getRequestTimeout()
public void setRequestTimeout(Integer requestTimeout)
public Integer getRetries()
public void setRetries(Integer retries)
public Integer getActives()
public void setActives(Integer actives)
@ConfigDesc(excluded=true) public String getArgumentTypes()
public void setArgumentTypes(String argumentTypes)
public Integer getSlowThreshold()
public void setSlowThreshold(Integer slowThreshold)
Copyright © 2020. All rights reserved.