Uses of Interface
org.apache.camel.builder.component.dsl.JgroupsComponentBuilderFactory.JgroupsComponentBuilder
Packages that use JgroupsComponentBuilderFactory.JgroupsComponentBuilder
-
Uses of JgroupsComponentBuilderFactory.JgroupsComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return JgroupsComponentBuilderFactory.JgroupsComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.jgroups()JGroups (camel-jgroups) Exchange messages with JGroups clusters. -
Uses of JgroupsComponentBuilderFactory.JgroupsComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement JgroupsComponentBuilderFactory.JgroupsComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return JgroupsComponentBuilderFactory.JgroupsComponentBuilderModifier and TypeMethodDescriptionJgroupsComponentBuilderFactory.JgroupsComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.JgroupsComponentBuilderFactory.JgroupsComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.JgroupsComponentBuilderFactory.JgroupsComponentBuilder.channel(org.jgroups.JChannel channel) Channel to use.JgroupsComponentBuilderFactory.JgroupsComponentBuilder.channelProperties(String channelProperties) Specifies configuration properties of the JChannel used by the endpoint.JgroupsComponentBuilderFactory.JgroupsComponentBuilder.enableViewMessages(boolean enableViewMessages) If set to true, the consumer endpoint will receive org.jgroups.View messages as well (not only org.jgroups.Message instances).JgroupsComponentBuilderFactory.jgroups()JGroups (camel-jgroups) Exchange messages with JGroups clusters.JgroupsComponentBuilderFactory.JgroupsComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).