Interface InfinispanRemoteEndpointBuilderFactory.InfinispanRemoteBuilders

    • Method Detail

      • infinispan

        default InfinispanRemoteEndpointBuilderFactory.InfinispanRemoteHeaderNameBuilder infinispan()
        Infinispan (camel-infinispan) Read and write from/to Infinispan distributed key/value store and data grid. Category: cache,datagrid,clustering Since: 2.13 Maven coordinates: org.apache.camel:camel-infinispan
        Returns:
        the dsl builder for the headers' name.
      • infinispan

        default InfinispanRemoteEndpointBuilderFactory.InfinispanRemoteEndpointBuilder infinispan​(String path)
        Infinispan (camel-infinispan) Read and write from/to Infinispan distributed key/value store and data grid. Category: cache,datagrid,clustering Since: 2.13 Maven coordinates: org.apache.camel:camel-infinispan Syntax: infinispan:cacheName Path parameter: cacheName (required) The name of the cache to use. Use current to use the existing cache name from the currently configured cached manager. Or use default for the default cache manager name.
        Parameters:
        path - cacheName
        Returns:
        the dsl builder
      • infinispan

        default InfinispanRemoteEndpointBuilderFactory.InfinispanRemoteEndpointBuilder infinispan​(String componentName,
                                                                                                  String path)
        Infinispan (camel-infinispan) Read and write from/to Infinispan distributed key/value store and data grid. Category: cache,datagrid,clustering Since: 2.13 Maven coordinates: org.apache.camel:camel-infinispan Syntax: infinispan:cacheName Path parameter: cacheName (required) The name of the cache to use. Use current to use the existing cache name from the currently configured cached manager. Or use default for the default cache manager name.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - cacheName
        Returns:
        the dsl builder