public abstract class AbstractMethodConfig extends AbstractConfig
| Constructor and Description |
|---|
AbstractMethodConfig() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getActives() |
String |
getCache() |
String |
getLoadbalance() |
String |
getMerger() |
String |
getMock() |
Map<String,String> |
getParameters() |
Integer |
getRetries() |
Boolean |
getSent() |
Integer |
getTimeout() |
String |
getValidation() |
Boolean |
isAsync() |
void |
setActives(Integer actives) |
void |
setAsync(Boolean async) |
void |
setCache(String cache) |
void |
setLoadbalance(String loadbalance) |
void |
setMerger(String merger) |
void |
setMock(Boolean mock) |
void |
setMock(String mock) |
void |
setParameters(Map<String,String> parameters) |
void |
setRetries(Integer retries) |
void |
setSent(Boolean sent) |
void |
setTimeout(Integer timeout) |
void |
setValidation(String validation) |
getId, setId, toStringpublic Integer getTimeout()
public void setTimeout(Integer timeout)
public Integer getRetries()
public void setRetries(Integer retries)
public String getLoadbalance()
public void setLoadbalance(String loadbalance)
public Boolean isAsync()
public void setAsync(Boolean async)
public Integer getActives()
public void setActives(Integer actives)
public Boolean getSent()
public void setSent(Boolean sent)
@Parameter(escaped=true) public String getMock()
public void setMock(Boolean mock)
public void setMock(String mock)
public String getMerger()
public void setMerger(String merger)
public String getCache()
public void setCache(String cache)
public String getValidation()
public void setValidation(String validation)
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.