public static class AtomixMapComponentConfiguration.AtomixMapConfigurationNestedConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static Class |
CAMEL_NESTED_CLASS |
Constructor and Description |
---|
AtomixMapConfigurationNestedConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.atomix.client.map.AtomixMap.Action |
getDefaultAction() |
Object |
getKey() |
String |
getResultHeader() |
Long |
getTtl() |
void |
setDefaultAction(org.apache.camel.component.atomix.client.map.AtomixMap.Action defaultAction) |
void |
setKey(Object key) |
void |
setResultHeader(String resultHeader) |
void |
setTtl(Long ttl) |
public static final Class CAMEL_NESTED_CLASS
public AtomixMapConfigurationNestedConfiguration()
public org.apache.camel.component.atomix.client.map.AtomixMap.Action getDefaultAction()
public void setDefaultAction(org.apache.camel.component.atomix.client.map.AtomixMap.Action defaultAction)
public Object getKey()
public void setKey(Object key)
public Long getTtl()
public void setTtl(Long ttl)
public String getResultHeader()
public void setResultHeader(String resultHeader)
Apache Camel