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!
-
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.JChannelvoidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetBridgeErrorHandler(Boolean bridgeErrorHandler) voidsetChannel(org.jgroups.JChannel channel) voidsetChannelProperties(String channelProperties) voidsetEnableViewMessages(Boolean enableViewMessages) voidsetLazyStartProducer(Boolean lazyStartProducer) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
JGroupsComponentConfiguration
public JGroupsComponentConfiguration()
-
-
Method Details
-
getChannel
public org.jgroups.JChannel getChannel() -
setChannel
public void setChannel(org.jgroups.JChannel channel) -
getChannelProperties
-
setChannelProperties
-
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getEnableViewMessages
-
setEnableViewMessages
-
getLazyStartProducer
-
setLazyStartProducer
-
getAutowiredEnabled
-
setAutowiredEnabled
-