Interface ServiceEndpointBuilderFactory.ServiceBuilders

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

public static interface ServiceEndpointBuilderFactory.ServiceBuilders
  • Method Details

    • service

      Service (camel-service) Register a Camel endpoint to a Service Registry (such as Consul, Etcd) and delegate to it. Category: cloud Since: 2.22 Maven coordinates: org.apache.camel:camel-service Syntax: service:delegateUri Path parameter: delegateUri (required) The endpoint uri to expose as service
      Parameters:
      path - delegateUri
      Returns:
      the dsl builder
    • service

      default ServiceEndpointBuilderFactory.ServiceEndpointBuilder service(String componentName, String path)
      Service (camel-service) Register a Camel endpoint to a Service Registry (such as Consul, Etcd) and delegate to it. Category: cloud Since: 2.22 Maven coordinates: org.apache.camel:camel-service Syntax: service:delegateUri Path parameter: delegateUri (required) The endpoint uri to expose as service
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - delegateUri
      Returns:
      the dsl builder