Interface HttpSender

All Known Implementing Classes:
HttpUrlConnectionSender, OkHttpSender, ReactorNettySender

public interface HttpSender
A general-purpose interface for controlling how MeterRegistry implementations perform HTTP calls for various purposes. This interface can be used to inject more advanced customization like SSL verification, key loading, etc. without requiring further additions to registry configurations.
Since:
1.1.0