Class CompositeAsyncClientBuilder

java.lang.Object
interlok.http.apache.async.CompositeAsyncClientBuilder
All Implemented Interfaces:
HttpAsyncClientBuilderConfig

@ComponentProfile(since="4.5.0", summary="Allows you to configure additional configuration when building the HttpAsyncClient") public class CompositeAsyncClientBuilder extends Object implements HttpAsyncClientBuilderConfig
HttpAsyncClientBuilderConfig implementation that wraps a list of implementations.
See Also:

In the adapter configuration file this class is aliased as apache-http-composite-async-client-builder which is the preferred alternative to the fully qualified classname when building your configuration.