Interface AtomixMapEndpointBuilderFactory.AtomixMapBuilders

    • Method Detail

      • atomixMap

        default AtomixMapEndpointBuilderFactory.AtomixMapEndpointBuilder atomixMap​(String path)
        Atomix Map (camel-atomix) Access Atomix's distributed map. Category: clustering Since: 2.20 Maven coordinates: org.apache.camel:camel-atomix Syntax: atomix-map:resourceName Path parameter: resourceName (required) The distributed resource name
        Parameters:
        path - resourceName
        Returns:
        the dsl builder
      • atomixMap

        default AtomixMapEndpointBuilderFactory.AtomixMapEndpointBuilder atomixMap​(String componentName,
                                                                                   String path)
        Atomix Map (camel-atomix) Access Atomix's distributed map. Category: clustering Since: 2.20 Maven coordinates: org.apache.camel:camel-atomix Syntax: atomix-map:resourceName Path parameter: resourceName (required) The distributed resource name
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - resourceName
        Returns:
        the dsl builder