Uses of Interface
io.helidon.webclient.spi.WebClientService
Packages that use WebClientService
Package
Description
A reactive client for rest calls.
This package provides extensibility for the
WebClient.-
Uses of WebClientService in io.helidon.webclient
Methods in io.helidon.webclient with parameters of type WebClientServiceModifier and TypeMethodDescriptionWebClient.Builder.addService(WebClientService service) Register new instance ofWebClientService.Method parameters in io.helidon.webclient with type arguments of type WebClientServiceModifier and TypeMethodDescriptionWebClient.Builder.addService(Supplier<? extends WebClientService> serviceSupplier) Register new instance ofWebClientService. -
Uses of WebClientService in io.helidon.webclient.spi
Methods in io.helidon.webclient.spi that return WebClientServiceModifier and TypeMethodDescriptionCreate a new service instance based on configuration.