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

com.bazaarvoice.ostrich.MultiThreadedServiceFactory Maven / Gradle / Ivy

package com.bazaarvoice.ostrich;

/**
 * The Multi threaded service factory creates thread safe service instances
 *
 * This applies to heavy weight clients, such as {@code HttpClient},
 * {@code JestClient}, {@code ElasticSearchClient}, etc.
 *
 * @param   the type parameter for the service
 */
public interface MultiThreadedServiceFactory extends ServiceFactory {
}