java.lang.Object
io.helidon.webclient.tracing.WebClientTracing
- All Implemented Interfaces:
WebClientService
Client service for tracing propagation.
-
Method Summary
Modifier and TypeMethodDescriptionstatic WebClientTracing
create()
Creates new instance of client tracing service.request
(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, wait
Methods inherited from interface io.helidon.webclient.spi.WebClientService
response
-
Method Details
-
create
Creates new instance of client tracing service.- Returns:
- client tracing service
-
request
Description copied from interface:WebClientService
Method which is called before send actual request.- Specified by:
request
in interfaceWebClientService
- Parameters:
request
- client service request- Returns:
- completion stage of the client service request
-