Package io.micrometer.core.ipc.http
Class HttpSenderCompatibilityKit
java.lang.Object
io.micrometer.core.ipc.http.HttpSenderCompatibilityKit
@ExtendWith(ru.lanwen.wiremock.ext.WiremockResolver.class)
public abstract class HttpSenderCompatibilityKit
extends java.lang.Object
A compatibility kit to verify
HttpSender implementations.-
Field Summary
Fields Modifier and Type Field Description protected io.micrometer.core.ipc.http.HttpSenderhttpSender -
Constructor Summary
Constructors Constructor Description HttpSenderCompatibilityKit() -
Method Summary
Modifier and Type Method Description abstract io.micrometer.core.ipc.http.HttpSenderhttpClient()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
httpSender
protected io.micrometer.core.ipc.http.HttpSender httpSender
-
-
Constructor Details
-
HttpSenderCompatibilityKit
public HttpSenderCompatibilityKit()
-
-
Method Details
-
httpClient
public abstract io.micrometer.core.ipc.http.HttpSender httpClient()
-