Uses of Interface
io.helidon.webclient.spi.WebClientService
-
Packages that use WebClientService Package Description io.helidon.webclient A reactive client for rest calls.io.helidon.webclient.context.propagation Propagation of context values across network using HTTP Headers.io.helidon.webclient.metrics Client metrics service.io.helidon.webclient.security Client service propagation service.io.helidon.webclient.spi This package provides extensibility for theWebClient.io.helidon.webclient.tracing Client tracing propagation service. -
-
Uses of WebClientService in io.helidon.webclient
Methods in io.helidon.webclient with parameters of type WebClientService Modifier and Type Method Description WebClient.BuilderWebClient.Builder. addService(WebClientService service)Register new instance ofWebClientService.Method parameters in io.helidon.webclient with type arguments of type WebClientService Modifier and Type Method Description WebClient.BuilderWebClient.Builder. addService(Supplier<? extends WebClientService> serviceSupplier)Register new instance ofWebClientService. -
Uses of WebClientService in io.helidon.webclient.context.propagation
Classes in io.helidon.webclient.context.propagation that implement WebClientService Modifier and Type Class Description classWebClientContextPropagationClient service for context propagation.Methods in io.helidon.webclient.context.propagation that return WebClientService Modifier and Type Method Description WebClientServiceWebClientContextPropagationProvider. create(Config config) -
Uses of WebClientService in io.helidon.webclient.metrics
Classes in io.helidon.webclient.metrics that implement WebClientService Modifier and Type Class Description classWebClientMeterClient metric meter for all requests.classWebClientMetricsContainer object for all metrics created by the config.Methods in io.helidon.webclient.metrics that return WebClientService Modifier and Type Method Description WebClientServiceWebClientMetricsProvider. create(Config config) -
Uses of WebClientService in io.helidon.webclient.security
Classes in io.helidon.webclient.security that implement WebClientService Modifier and Type Class Description classWebClientSecurityClient service for security propagation.Methods in io.helidon.webclient.security that return WebClientService Modifier and Type Method Description WebClientServiceWebClientSecurityProvider. create(Config config) -
Uses of WebClientService in io.helidon.webclient.spi
Methods in io.helidon.webclient.spi that return WebClientService Modifier and Type Method Description WebClientServiceWebClientServiceProvider. create(Config config)Create a new service instance based on configuration. -
Uses of WebClientService in io.helidon.webclient.tracing
Classes in io.helidon.webclient.tracing that implement WebClientService Modifier and Type Class Description classWebClientTracingClient service for tracing propagation.Methods in io.helidon.webclient.tracing that return WebClientService Modifier and Type Method Description WebClientServiceWebClientTracingProvider. create(Config config)
-