public static interface AhcEndpointBuilderFactory.AhcBuilders
| Modifier and Type | Method and Description |
|---|---|
default AhcEndpointBuilderFactory.AhcEndpointBuilder |
ahc(String path)
AHC (camel-ahc)
To call external HTTP services using Async Http Client.
|
default AhcEndpointBuilderFactory.AhcEndpointBuilder ahc(String path)
ahc:httpUri
Path parameter: httpUri (required)
The URI to use such as http://hostname:port/pathApache Camel