Class JGroupsRaftComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.jgroups.raft.springboot.JGroupsRaftComponentConfiguration
@ConfigurationProperties(prefix="camel.component.jgroups-raft")
public class JGroupsRaftComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Exchange messages with JGroups-raft clusters.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jgroups.raft.RaftHandleorg.jgroups.protocols.raft.StateMachinevoidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetBridgeErrorHandler(Boolean bridgeErrorHandler) voidsetChannelProperties(String channelProperties) voidsetLazyStartProducer(Boolean lazyStartProducer) voidsetRaftHandle(org.jgroups.raft.RaftHandle raftHandle) voidvoidsetStateMachine(org.jgroups.protocols.raft.StateMachine stateMachine) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
JGroupsRaftComponentConfiguration
public JGroupsRaftComponentConfiguration()
-
-
Method Details
-
getChannelProperties
-
setChannelProperties
-
getRaftHandle
public org.jgroups.raft.RaftHandle getRaftHandle() -
setRaftHandle
public void setRaftHandle(org.jgroups.raft.RaftHandle raftHandle) -
getRaftId
-
setRaftId
-
getStateMachine
public org.jgroups.protocols.raft.StateMachine getStateMachine() -
setStateMachine
public void setStateMachine(org.jgroups.protocols.raft.StateMachine stateMachine) -
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getLazyStartProducer
-
setLazyStartProducer
-
getAutowiredEnabled
-
setAutowiredEnabled
-