public static interface JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder extends ComponentBuilder<org.apache.camel.component.jgroups.raft.JGroupsRaftComponent>
| Modifier and Type | Method and Description |
|---|---|
default JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
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)
channelProperties - the value to setdefault JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder raftHandle(org.jgroups.raft.RaftHandle raftHandle)
raftHandle - the value to setdefault JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder raftId(String raftId)
raftId - the value to setdefault JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder stateMachine(org.jgroups.protocols.raft.StateMachine stateMachine)
stateMachine - the value to setdefault JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel