java.lang.Object
io.helidon.webclient.metrics.WebClientMeter
- All Implemented Interfaces:
WebClientService
Client metric meter for all requests.
-
Method Summary
Modifier and TypeMethodDescriptionrequest(WebClientServiceRequest request) Method which is called before send actual 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
response
-
Method Details
-
request
Description copied from interface:WebClientServiceMethod which is called before send actual request.- Parameters:
request- client service request- Returns:
- completion stage of the client service request
-