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
Modifier and TypeMethodDescriptionio.helidon.webclient.api.WebClientServiceResponsehandle(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, waitMethods inherited from interface io.helidon.webclient.spi.WebClientService
name, type
-
Method Details
-
handle
public io.helidon.webclient.api.WebClientServiceResponse handle(io.helidon.webclient.spi.WebClientService.Chain chain, io.helidon.webclient.api.WebClientServiceRequest request)
-