public abstract class AbstractMethodConfig extends AbstractConfig
| Constructor and Description |
|---|
AbstractMethodConfig() |
AbstractMethodConfig(ModuleModel moduleModel) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getActives() |
String |
getCache() |
Integer |
getForks() |
String |
getLoadbalance() |
String |
getMerger() |
String |
getMock() |
Map<String,String> |
getParameters() |
Integer |
getRetries() |
ModuleModel |
getScopeModel() |
Boolean |
getSent() |
Integer |
getTimeout() |
String |
getValidation() |
Boolean |
isAsync() |
void |
setActives(Integer actives) |
void |
setAsync(Boolean async) |
void |
setCache(String cache) |
void |
setForks(Integer forks) |
void |
setLoadbalance(String loadbalance) |
void |
setMerger(String merger) |
void |
setMock(Object mock)
Deprecated.
use
setMock(String) instead |
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) |
appendAttributes, appendAttributes, appendParameters, appendParameters, equals, getApplicationModel, getConfigMode, getId, getMetaData, getMetaData, getPluralTagName, getPrefixes, getTagName, getTypePrefix, hashCode, isDefault, isNeedRefresh, isRefreshed, isValid, overrideWithConfig, refresh, setDefault, setId, setNeedRefresh, setScopeModel, toStringpublic AbstractMethodConfig()
public AbstractMethodConfig(ModuleModel moduleModel)
public ModuleModel getScopeModel()
getScopeModel in class AbstractConfigpublic Integer getForks()
public void setForks(Integer forks)
public 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(String mock)
@Deprecated public void setMock(Object mock)
setMock(String) insteadmock - the value of mockpublic 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–2020 The Apache Software Foundation. All rights reserved.