Class JGroupsComponentConfiguration

java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.jgroups.springboot.JGroupsComponentConfiguration

@ConfigurationProperties(prefix="camel.component.jgroups") public class JGroupsComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Exchange messages with JGroups clusters. Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • JGroupsComponentConfiguration

      public JGroupsComponentConfiguration()
  • Method Details

    • getChannel

      public org.jgroups.JChannel getChannel()
    • setChannel

      public void setChannel(org.jgroups.JChannel channel)
    • getChannelProperties

      public String getChannelProperties()
    • setChannelProperties

      public void setChannelProperties(String channelProperties)
    • getBridgeErrorHandler

      public Boolean getBridgeErrorHandler()
    • setBridgeErrorHandler

      public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
    • getEnableViewMessages

      public Boolean getEnableViewMessages()
    • setEnableViewMessages

      public void setEnableViewMessages(Boolean enableViewMessages)
    • getLazyStartProducer

      public Boolean getLazyStartProducer()
    • setLazyStartProducer

      public void setLazyStartProducer(Boolean lazyStartProducer)
    • getAutowiredEnabled

      public Boolean getAutowiredEnabled()
    • setAutowiredEnabled

      public void setAutowiredEnabled(Boolean autowiredEnabled)