Interface AhcComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface AhcComponentBuilderFactory
Call external HTTP services using Async Http Client. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
AhcComponentBuilderFactory.AhcComponentBuilder
Builder for the Async HTTP Client (AHC) component.static class
AhcComponentBuilderFactory.AhcComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static AhcComponentBuilderFactory.AhcComponentBuilder
ahc()
Async HTTP Client (AHC) (camel-ahc) Call external HTTP services using Async Http Client.
-
-
-
Method Detail
-
ahc
static AhcComponentBuilderFactory.AhcComponentBuilder ahc()
Async HTTP Client (AHC) (camel-ahc) Call external HTTP services using Async Http Client. Category: http Since: 2.8 Maven coordinates: org.apache.camel:camel-ahc
-
-