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