Uses of Interface
org.apache.camel.builder.component.dsl.HazelcastQueueComponentBuilderFactory.HazelcastQueueComponentBuilder
Packages that use HazelcastQueueComponentBuilderFactory.HazelcastQueueComponentBuilder
-
Uses of HazelcastQueueComponentBuilderFactory.HazelcastQueueComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return HazelcastQueueComponentBuilderFactory.HazelcastQueueComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.hazelcastQueue()Hazelcast Queue (camel-hazelcast) Perform operations on Hazelcast distributed queue. -
Uses of HazelcastQueueComponentBuilderFactory.HazelcastQueueComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement HazelcastQueueComponentBuilderFactory.HazelcastQueueComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return HazelcastQueueComponentBuilderFactory.HazelcastQueueComponentBuilderModifier and TypeMethodDescriptionHazelcastQueueComponentBuilderFactory.HazelcastQueueComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.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.HazelcastQueueComponentBuilderFactory.HazelcastQueueComponentBuilder.hazelcastInstance(com.hazelcast.core.HazelcastInstance hazelcastInstance) The hazelcast instance reference which can be used for hazelcast endpoint.HazelcastQueueComponentBuilderFactory.HazelcastQueueComponentBuilder.hazelcastMode(String hazelcastMode) The hazelcast mode reference which kind of instance should be used.HazelcastQueueComponentBuilderFactory.hazelcastQueue()Hazelcast Queue (camel-hazelcast) Perform operations on Hazelcast distributed queue.HazelcastQueueComponentBuilderFactory.HazelcastQueueComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).