public static interface JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder extends ComponentBuilder<org.apache.camel.component.jgroups.raft.JGroupsRaftComponent>
| Modifier and Type | Method and Description |
|---|---|
default JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder |
channelProperties(String channelProperties)
Specifies configuration properties of the RaftHandle JChannel used by
the endpoint (ignored if raftHandle ref is provided).
|
default JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder |
raftHandle(org.jgroups.raft.RaftHandle raftHandle)
RaftHandle to use.
|
default JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder |
raftId(String raftId)
Unique raftId to use.
|
default JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder |
stateMachine(org.jgroups.protocols.raft.StateMachine stateMachine)
StateMachine to use.
|
build, build, doSetProperty, registerdefault JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder channelProperties(String channelProperties)
java.lang.String type.
Default: raft.xml
Group: commondefault JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder raftHandle(org.jgroups.raft.RaftHandle raftHandle)
org.jgroups.raft.RaftHandle type.
Group: commondefault JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder raftId(String raftId)
java.lang.String type.
Group: commondefault JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder stateMachine(org.jgroups.protocols.raft.StateMachine stateMachine)
org.jgroups.protocols.raft.StateMachine
type.
Default: NopStateMachine
Group: commondefault JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advancedApache Camel