public static class KestrelComponentConfiguration.KestrelConfigurationNestedConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static Class |
CAMEL_NESTED_CLASS |
| Constructor and Description |
|---|
KestrelConfigurationNestedConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAddresses() |
Integer |
getConcurrentConsumers() |
Integer |
getWaitTimeMs() |
void |
setAddresses(String[] addresses) |
void |
setConcurrentConsumers(Integer concurrentConsumers) |
void |
setWaitTimeMs(Integer waitTimeMs) |
public static final Class CAMEL_NESTED_CLASS
public KestrelConfigurationNestedConfiguration()
public String[] getAddresses()
public void setAddresses(String[] addresses)
public Integer getWaitTimeMs()
public void setWaitTimeMs(Integer waitTimeMs)
public Integer getConcurrentConsumers()
public void setConcurrentConsumers(Integer concurrentConsumers)
Apache Camel