Interface JGroupsRaftEndpointBuilderFactory.JGroupsRaftBuilders

    • Method Detail

      • jgroupsRaft

        default JGroupsRaftEndpointBuilderFactory.JGroupsRaftHeaderNameBuilder jgroupsRaft()
        JGroups raft (camel-jgroups-raft) Exchange messages with JGroups-raft clusters. Category: clustering,messaging Since: 2.24 Maven coordinates: org.apache.camel:camel-jgroups-raft
        Returns:
        the dsl builder for the headers' name.
      • jgroupsRaft

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

        default JGroupsRaftEndpointBuilderFactory.JGroupsRaftEndpointBuilder jgroupsRaft​(String componentName,
                                                                                         String path)
        JGroups raft (camel-jgroups-raft) Exchange messages with JGroups-raft clusters. Category: clustering,messaging Since: 2.24 Maven coordinates: org.apache.camel:camel-jgroups-raft Syntax: jgroups-raft:clusterName Path parameter: clusterName (required) The name of the JGroupsraft 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