Uses of Interface
org.apache.camel.builder.component.dsl.JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder
Packages that use JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder
-
Uses of JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.jgroupsRaft()JGroups raft (camel-jgroups-raft) Exchange messages with JGroups-raft clusters. -
Uses of JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilderModifier and TypeMethodDescriptionJgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder.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.JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder.channelProperties(String channelProperties) Specifies configuration properties of the RaftHandle JChannel used by the endpoint (ignored if raftHandle ref is provided).JgroupsRaftComponentBuilderFactory.jgroupsRaft()JGroups raft (camel-jgroups-raft) Exchange messages with JGroups-raft clusters.JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder.raftHandle(org.jgroups.raft.RaftHandle raftHandle) RaftHandle to use.Unique raftId to use.JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder.stateMachine(org.jgroups.raft.StateMachine stateMachine) StateMachine to use.