Class WebClientMeter

java.lang.Object
io.helidon.webclient.metrics.WebClientMeter
All Implemented Interfaces:
io.helidon.common.config.NamedService, io.helidon.webclient.spi.WebClientService

public class WebClientMeter extends Object
Client metric meter for all requests.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.helidon.webclient.spi.WebClientService

    io.helidon.webclient.spi.WebClientService.Chain
  • Method Summary

    Modifier and Type
    Method
    Description
    io.helidon.webclient.api.WebClientServiceResponse
    handle(io.helidon.webclient.spi.WebClientService.Chain chain, io.helidon.webclient.api.WebClientServiceRequest request)
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.helidon.webclient.spi.WebClientService

    name
  • Method Details

    • handle

      public io.helidon.webclient.api.WebClientServiceResponse handle(io.helidon.webclient.spi.WebClientService.Chain chain, io.helidon.webclient.api.WebClientServiceRequest request)
    • type

      public String type()
      Specified by:
      type in interface io.helidon.common.config.NamedService
      Specified by:
      type in interface io.helidon.webclient.spi.WebClientService