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