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

com.github.loki4j.logback.HttpSender Maven / Gradle / Ivy

package com.github.loki4j.logback;

import java.util.function.Function;

import com.github.loki4j.client.http.HttpConfig;
import com.github.loki4j.client.http.Loki4jHttpClient;

/**
 * Basic interface that all Loki4j HTTP sender configurators must implement.
 */
public interface HttpSender {

    HttpConfig.Builder getConfig();

    Function getHttpClientFactory();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy