Interface JGroupsEndpointBuilderFactory.JGroupsBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
JGroupsEndpointBuilderFactory

public static interface JGroupsEndpointBuilderFactory.JGroupsBuilders
  • Method Details

    • jgroups

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

      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