java.lang.Object
io.helidon.webclient.metrics.WebClientMeter
- All Implemented Interfaces:
io.helidon.common.config.NamedService,io.helidon.webclient.spi.WebClientService
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
- Specified by:
typein interfaceio.helidon.common.config.NamedService- Specified by:
typein interfaceio.helidon.webclient.spi.WebClientService
-