@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface AhcEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AhcEndpointBuilderFactory.AdvancedAhcEndpointBuilder
Advanced builder for endpoint for the AHC component.
|
static interface |
AhcEndpointBuilderFactory.AhcBuilders |
static interface |
AhcEndpointBuilderFactory.AhcEndpointBuilder
Builder for endpoint for the AHC component.
|
| Modifier and Type | Method and Description |
|---|---|
static AhcEndpointBuilderFactory.AhcEndpointBuilder |
ahc(String path)
AHC (camel-ahc)
To call external HTTP services using Async Http Client.
|
static AhcEndpointBuilderFactory.AhcEndpointBuilder ahc(String path)
ahc:httpUri
Path parameter: httpUri (required)
The URI to use such as http://hostname:port/pathApache Camel