Package com.github.loki4j.logback
Interface HttpSender
-
- All Known Implementing Classes:
AbstractHttpSender,ApacheHttpSender,JavaHttpSender
public interface HttpSenderBasic interface that all Loki4j HTTP sender configurators must implement.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpConfig.BuildergetConfig()java.util.function.Function<HttpConfig,Loki4jHttpClient>getHttpClientFactory()
-
-
-
Method Detail
-
getConfig
HttpConfig.Builder getConfig()
-
getHttpClientFactory
java.util.function.Function<HttpConfig,Loki4jHttpClient> getHttpClientFactory()
-
-