spring-framework / org.springframework.http.client / InterceptingAsyncClientHttpRequestFactory / <init>

<init>

InterceptingAsyncClientHttpRequestFactory(delegate: AsyncClientHttpRequestFactory, @Nullable interceptors: MutableList<AsyncClientHttpRequestInterceptor>)

Create new instance of InterceptingAsyncClientHttpRequestFactory with delegated request factory and list of interceptors.

Parameters

delegate - the request factory to delegate to

interceptors - the list of interceptors to use