Interface ConsulEndpointBuilderFactory.ConsulBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
ConsulEndpointBuilderFactory
public static interface ConsulEndpointBuilderFactory.ConsulBuilders
-
Method Summary
Modifier and TypeMethodDescriptionconsul()
Consul (camel-consul) Integrate with Consul service discovery and configuration store.Consul (camel-consul) Integrate with Consul service discovery and configuration store.Consul (camel-consul) Integrate with Consul service discovery and configuration store.
-
Method Details
-
consul
Consul (camel-consul) Integrate with Consul service discovery and configuration store. Category: cloud,api Since: 2.18 Maven coordinates: org.apache.camel:camel-consul- Returns:
- the dsl builder for the headers' name.
-
consul
Consul (camel-consul) Integrate with Consul service discovery and configuration store. Category: cloud,api Since: 2.18 Maven coordinates: org.apache.camel:camel-consul Syntax:consul:apiEndpoint
Path parameter: apiEndpoint (required) The API endpoint- Parameters:
path
- apiEndpoint- Returns:
- the dsl builder
-
consul
default ConsulEndpointBuilderFactory.ConsulEndpointBuilder consul(String componentName, String path) Consul (camel-consul) Integrate with Consul service discovery and configuration store. Category: cloud,api Since: 2.18 Maven coordinates: org.apache.camel:camel-consul Syntax:consul:apiEndpoint
Path parameter: apiEndpoint (required) The API endpoint- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- apiEndpoint- Returns:
- the dsl builder
-