Interface JGroupsEndpointBuilderFactory.JGroupsBuilders

    • Method Detail

      • jgroups

        default JGroupsEndpointBuilderFactory.JGroupsEndpointBuilder jgroups​(String path)
        JGroups (camel-jgroups) Exchange messages with JGroups clusters. Category: clustering,messaging Since: 2.13 Maven coordinates: org.apache.camel:camel-jgroups Syntax: jgroups:clusterName Path parameter: clusterName (required) The name of the JGroups cluster the component should connect to.
        Parameters:
        path - clusterName
        Returns:
        the dsl builder
      • jgroups

        default JGroupsEndpointBuilderFactory.JGroupsEndpointBuilder jgroups​(String componentName,
                                                                             String path)
        JGroups (camel-jgroups) Exchange messages with JGroups clusters. Category: clustering,messaging Since: 2.13 Maven coordinates: org.apache.camel:camel-jgroups Syntax: jgroups:clusterName Path parameter: clusterName (required) The name of the JGroups cluster the component should connect to.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - clusterName
        Returns:
        the dsl builder