All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.rabbitmq.http.client.HttpClientBuilderConfigurator Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
package com.rabbitmq.http.client;

import org.apache.http.impl.client.HttpClientBuilder;

/**
 * Implementations of this interface can perform post-configuration
 * of {@link HttpClientBuilder} used by {@link Client} internally.
 * Note that {@link Client} will configure all essential settings
 * before invoking the configurator.
 */
public interface HttpClientBuilderConfigurator {
  HttpClientBuilder configure(HttpClientBuilder builder);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy