Interface HazelcastSedaEndpointBuilderFactory.HazelcastSedaBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
HazelcastSedaEndpointBuilderFactory

public static interface HazelcastSedaEndpointBuilderFactory.HazelcastSedaBuilders
  • Method Details

    • hazelcastSeda

      Hazelcast SEDA (camel-hazelcast) Asynchronously send/receive Exchanges between Camel routes running on potentially distinct JVMs/hosts backed by Hazelcast BlockingQueue. Category: cache,clustering Since: 2.7 Maven coordinates: org.apache.camel:camel-hazelcast Syntax: hazelcast-seda:cacheName Path parameter: cacheName (required) The name of the cache
      Parameters:
      path - cacheName
      Returns:
      the dsl builder
    • hazelcastSeda

      Hazelcast SEDA (camel-hazelcast) Asynchronously send/receive Exchanges between Camel routes running on potentially distinct JVMs/hosts backed by Hazelcast BlockingQueue. Category: cache,clustering Since: 2.7 Maven coordinates: org.apache.camel:camel-hazelcast Syntax: hazelcast-seda:cacheName Path parameter: cacheName (required) The name of the cache
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - cacheName
      Returns:
      the dsl builder