public static interface HazelcastListComponentBuilderFactory.HazelcastListComponentBuilder extends ComponentBuilder<org.apache.camel.component.hazelcast.list.HazelcastListComponent>
| Modifier and Type | Method and Description |
|---|---|
default HazelcastListComponentBuilderFactory.HazelcastListComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default HazelcastListComponentBuilderFactory.HazelcastListComponentBuilder |
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 HazelcastListComponentBuilderFactory.HazelcastListComponentBuilder |
hazelcastInstance(com.hazelcast.core.HazelcastInstance hazelcastInstance)
The hazelcast instance reference which can be used for hazelcast
endpoint.
|
default HazelcastListComponentBuilderFactory.HazelcastListComponentBuilder |
hazelcastMode(String hazelcastMode)
The hazelcast mode reference which kind of instance should be used.
|
default HazelcastListComponentBuilderFactory.HazelcastListComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault HazelcastListComponentBuilderFactory.HazelcastListComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault HazelcastListComponentBuilderFactory.HazelcastListComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault HazelcastListComponentBuilderFactory.HazelcastListComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault HazelcastListComponentBuilderFactory.HazelcastListComponentBuilder hazelcastInstance(com.hazelcast.core.HazelcastInstance hazelcastInstance)
hazelcastInstance - the value to setdefault HazelcastListComponentBuilderFactory.HazelcastListComponentBuilder hazelcastMode(String hazelcastMode)
hazelcastMode - the value to setApache Camel