@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface ServiceEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ServiceEndpointBuilderFactory.AdvancedServiceEndpointBuilder
Advanced builder for endpoint for the Service component.
|
static interface |
ServiceEndpointBuilderFactory.ServiceBuilders |
static interface |
ServiceEndpointBuilderFactory.ServiceEndpointBuilder
Builder for endpoint for the Service component.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceEndpointBuilderFactory.ServiceEndpointBuilder |
service(String path)
Service (camel-service)
Represents an endpoint which is registered to a Service Registry such as
Consul, Etcd.
|
static ServiceEndpointBuilderFactory.ServiceEndpointBuilder service(String path)
service:delegateUri
Path parameter: delegateUri (required)
The endpoint uri to expose as serviceApache Camel