Class JGroupsRaftComponentConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @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!
    • Constructor Detail

      • JGroupsRaftComponentConfiguration

        public JGroupsRaftComponentConfiguration()
    • 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)