- java.lang.Object
- 
- io.helidon.webclient.metrics.WebClientMeter
 
- 
- All Implemented Interfaces:
- WebClientService
 
 public class WebClientMeter extends Object Client metric meter for all requests.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Single<WebClientServiceRequest>request(WebClientServiceRequest request)Method which is called before send actual request.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface io.helidon.webclient.spi.WebClientServiceresponse
 
- 
 
- 
- 
- 
Method Detail- 
requestpublic Single<WebClientServiceRequest> request(WebClientServiceRequest 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
 
 
- 
 
-