@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.jgroups-raft") public class JGroupsRaftComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
JGroupsRaftComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBasicPropertyBinding() |
Boolean |
getBridgeErrorHandler() |
String |
getChannelProperties() |
Boolean |
getLazyStartProducer() |
String |
getRaftHandle() |
String |
getRaftId() |
String |
getStateMachine() |
void |
setBasicPropertyBinding(Boolean basicPropertyBinding) |
void |
setBridgeErrorHandler(Boolean bridgeErrorHandler) |
void |
setChannelProperties(String channelProperties) |
void |
setLazyStartProducer(Boolean lazyStartProducer) |
void |
setRaftHandle(String raftHandle) |
void |
setRaftId(String raftId) |
void |
setStateMachine(String stateMachine) |
public String getChannelProperties()
public void setChannelProperties(String channelProperties)
public String getRaftHandle()
public void setRaftHandle(String raftHandle)
public String getRaftId()
public void setRaftId(String raftId)
public String getStateMachine()
public void setStateMachine(String stateMachine)
public Boolean getBridgeErrorHandler()
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public Boolean getBasicPropertyBinding()
public void setBasicPropertyBinding(Boolean basicPropertyBinding)
Apache Camel