Uses of Interface
org.apache.camel.builder.endpoint.dsl.HazelcastSedaEndpointBuilderFactory.HazelcastSedaEndpointBuilder
Packages that use HazelcastSedaEndpointBuilderFactory.HazelcastSedaEndpointBuilder
-
Uses of HazelcastSedaEndpointBuilderFactory.HazelcastSedaEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return HazelcastSedaEndpointBuilderFactory.HazelcastSedaEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.hazelcastSeda(String path) Hazelcast SEDA (camel-hazelcast) Asynchronously send/receive Exchanges between Camel routes running on potentially distinct JVMs/hosts backed by Hazelcast BlockingQueue.StaticEndpointBuilders.hazelcastSeda(String componentName, String path) Hazelcast SEDA (camel-hazelcast) Asynchronously send/receive Exchanges between Camel routes running on potentially distinct JVMs/hosts backed by Hazelcast BlockingQueue. -
Uses of HazelcastSedaEndpointBuilderFactory.HazelcastSedaEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return HazelcastSedaEndpointBuilderFactory.HazelcastSedaEndpointBuilderModifier and TypeMethodDescriptionHazelcastSedaEndpointBuilderFactory.AdvancedHazelcastSedaEndpointBuilder.basic()HazelcastSedaEndpointBuilderFactory.HazelcastSedaEndpointBuilder.concurrentConsumers(int concurrentConsumers) To use concurrent consumers polling from the SEDA queue.HazelcastSedaEndpointBuilderFactory.HazelcastSedaEndpointBuilder.concurrentConsumers(String concurrentConsumers) To use concurrent consumers polling from the SEDA queue.HazelcastSedaEndpointBuilderFactory.HazelcastSedaEndpointBuilder.defaultOperation(String defaultOperation) To specify a default operation to use, if no operation header has been provided.HazelcastSedaEndpointBuilderFactory.HazelcastSedaEndpointBuilder.defaultOperation(org.apache.camel.component.hazelcast.HazelcastOperation defaultOperation) To specify a default operation to use, if no operation header has been provided.HazelcastSedaEndpointBuilderFactory.endpointBuilder(String componentName, String path) HazelcastSedaEndpointBuilderFactory.HazelcastSedaEndpointBuilder.hazelcastConfigUri(String hazelcastConfigUri) Hazelcast configuration file.HazelcastSedaEndpointBuilderFactory.HazelcastSedaEndpointBuilder.hazelcastInstance(com.hazelcast.core.HazelcastInstance hazelcastInstance) The hazelcast instance reference which can be used for hazelcast endpoint.HazelcastSedaEndpointBuilderFactory.HazelcastSedaEndpointBuilder.hazelcastInstance(String hazelcastInstance) The hazelcast instance reference which can be used for hazelcast endpoint.HazelcastSedaEndpointBuilderFactory.HazelcastSedaEndpointBuilder.hazelcastInstanceName(String hazelcastInstanceName) The hazelcast instance reference name which can be used for hazelcast endpoint.HazelcastSedaEndpointBuilderFactory.HazelcastSedaBuilders.hazelcastSeda(String path) Hazelcast SEDA (camel-hazelcast) Asynchronously send/receive Exchanges between Camel routes running on potentially distinct JVMs/hosts backed by Hazelcast BlockingQueue.HazelcastSedaEndpointBuilderFactory.HazelcastSedaBuilders.hazelcastSeda(String componentName, String path) Hazelcast SEDA (camel-hazelcast) Asynchronously send/receive Exchanges between Camel routes running on potentially distinct JVMs/hosts backed by Hazelcast BlockingQueue.HazelcastSedaEndpointBuilderFactory.HazelcastSedaEndpointBuilder.onErrorDelay(int onErrorDelay) Milliseconds before consumer continues polling after an error has occurred.HazelcastSedaEndpointBuilderFactory.HazelcastSedaEndpointBuilder.onErrorDelay(String onErrorDelay) Milliseconds before consumer continues polling after an error has occurred.HazelcastSedaEndpointBuilderFactory.HazelcastSedaEndpointBuilder.pollTimeout(int pollTimeout) The timeout used when consuming from the SEDA queue.HazelcastSedaEndpointBuilderFactory.HazelcastSedaEndpointBuilder.pollTimeout(String pollTimeout) The timeout used when consuming from the SEDA queue.HazelcastSedaEndpointBuilderFactory.HazelcastSedaEndpointBuilder.transacted(boolean transacted) If set to true then the consumer runs in transaction mode, where the messages in the seda queue will only be removed if the transaction commits, which happens when the processing is complete.HazelcastSedaEndpointBuilderFactory.HazelcastSedaEndpointBuilder.transacted(String transacted) If set to true then the consumer runs in transaction mode, where the messages in the seda queue will only be removed if the transaction commits, which happens when the processing is complete.HazelcastSedaEndpointBuilderFactory.HazelcastSedaEndpointBuilder.transferExchange(boolean transferExchange) If set to true the whole Exchange will be transfered.HazelcastSedaEndpointBuilderFactory.HazelcastSedaEndpointBuilder.transferExchange(String transferExchange) If set to true the whole Exchange will be transfered.