io.tracee.contextlogger.connector.AsyncHttpClientProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tracee-context-logger-http-connector Show documentation
Show all versions of tracee-context-logger-http-connector Show documentation
Please refer to https://github.com/holisticon/tracee.
The newest version!
package io.tracee.contextlogger.connector;
import com.ning.http.client.AsyncHttpClient;
import com.ning.http.client.AsyncHttpClientConfig;
public interface AsyncHttpClientProvider {
AsyncHttpClient provideHttpClient(AsyncHttpClientConfig config);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy