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

zipkin2.elasticsearch.internal.Internal Maven / Gradle / Ivy

The newest version!
/*
 * Copyright The OpenZipkin Authors
 * SPDX-License-Identifier: Apache-2.0
 */
package zipkin2.elasticsearch.internal;

import zipkin2.elasticsearch.ElasticsearchStorage;
import zipkin2.elasticsearch.internal.client.HttpCall;

/**
 * Escalate internal APIs so they can be used from outside packages. The only implementation is in
 * {@link ElasticsearchStorage}.
 *
 * 

Inspired by {@code okhttp3.internal.Internal}. */ public abstract class Internal { public static Internal instance; public abstract HttpCall.Factory http(ElasticsearchStorage storage); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy