@Generated(value="org.apache.camel.maven.packaging.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 getRaftHandle()
public void setRaftHandle(String raftHandle)
public String getStateMachine()
public void setStateMachine(String stateMachine)
public String getRaftId()
public void setRaftId(String raftId)
public String getChannelProperties()
public void setChannelProperties(String channelProperties)
public Boolean getBasicPropertyBinding()
public void setBasicPropertyBinding(Boolean basicPropertyBinding)
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public Boolean getBridgeErrorHandler()
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
Apache Camel