Class JGroupsRaftComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.jgroups.raft.springboot.JGroupsRaftComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.jgroups-raft") public class JGroupsRaftComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommonExchange messages with JGroups-raft clusters. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description JGroupsRaftComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAutowiredEnabled()BooleangetBridgeErrorHandler()StringgetChannelProperties()BooleangetLazyStartProducer()org.jgroups.raft.RaftHandlegetRaftHandle()StringgetRaftId()org.jgroups.protocols.raft.StateMachinegetStateMachine()voidsetAutowiredEnabled(Boolean autowiredEnabled)voidsetBridgeErrorHandler(Boolean bridgeErrorHandler)voidsetChannelProperties(String channelProperties)voidsetLazyStartProducer(Boolean lazyStartProducer)voidsetRaftHandle(org.jgroups.raft.RaftHandle raftHandle)voidsetRaftId(String raftId)voidsetStateMachine(org.jgroups.protocols.raft.StateMachine stateMachine)
-
-
-
Method Detail
-
getChannelProperties
public String getChannelProperties()
-
setChannelProperties
public void setChannelProperties(String channelProperties)
-
getRaftHandle
public org.jgroups.raft.RaftHandle getRaftHandle()
-
setRaftHandle
public void setRaftHandle(org.jgroups.raft.RaftHandle raftHandle)
-
getRaftId
public String getRaftId()
-
setRaftId
public void setRaftId(String raftId)
-
getStateMachine
public org.jgroups.protocols.raft.StateMachine getStateMachine()
-
setStateMachine
public void setStateMachine(org.jgroups.protocols.raft.StateMachine stateMachine)
-
getBridgeErrorHandler
public Boolean getBridgeErrorHandler()
-
setBridgeErrorHandler
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
-
getLazyStartProducer
public Boolean getLazyStartProducer()
-
setLazyStartProducer
public void setLazyStartProducer(Boolean lazyStartProducer)
-
getAutowiredEnabled
public Boolean getAutowiredEnabled()
-
setAutowiredEnabled
public void setAutowiredEnabled(Boolean autowiredEnabled)
-
-