Interface HazelcastInstanceEndpointBuilderFactory.HazelcastInstanceBuilders

    • Method Detail

      • hazelcastInstance

        default HazelcastInstanceEndpointBuilderFactory.HazelcastInstanceEndpointBuilder hazelcastInstance​(String path)
        Hazelcast Instance (camel-hazelcast) Consume join/leave events of a cache instance in a Hazelcast cluster. Category: cache,datagrid Since: 2.7 Maven coordinates: org.apache.camel:camel-hazelcast Syntax: hazelcast-instance:cacheName Path parameter: cacheName (required) The name of the cache
        Parameters:
        path - cacheName
        Returns:
        the dsl builder
      • hazelcastInstance

        default HazelcastInstanceEndpointBuilderFactory.HazelcastInstanceEndpointBuilder hazelcastInstance​(String componentName,
                                                                                                           String path)
        Hazelcast Instance (camel-hazelcast) Consume join/leave events of a cache instance in a Hazelcast cluster. Category: cache,datagrid Since: 2.7 Maven coordinates: org.apache.camel:camel-hazelcast Syntax: hazelcast-instance: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