Class 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.HttpSender httpSender  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract io.micrometer.core.ipc.http.HttpSender httpClient()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • httpSender

        protected io.micrometer.core.ipc.http.HttpSender httpSender
    • Constructor Detail

      • HttpSenderCompatibilityKit

        public HttpSenderCompatibilityKit()
    • Method Detail

      • httpClient

        public abstract io.micrometer.core.ipc.http.HttpSender httpClient()