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.Builder
WebClient.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.Builder
WebClient.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 class
WebClientContextPropagation
Client service for context propagation.Methods in io.helidon.webclient.context.propagation that return WebClientService Modifier and Type Method Description WebClientService
WebClientContextPropagationProvider. 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 class
WebClientMeter
Client metric meter for all requests.class
WebClientMetrics
Container object for all metrics created by the config.Methods in io.helidon.webclient.metrics that return WebClientService Modifier and Type Method Description WebClientService
WebClientMetricsProvider. 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 class
WebClientSecurity
Client service for security propagation.Methods in io.helidon.webclient.security that return WebClientService Modifier and Type Method Description WebClientService
WebClientSecurityProvider. 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 WebClientService
WebClientServiceProvider. 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 class
WebClientTracing
Client service for tracing propagation.Methods in io.helidon.webclient.tracing that return WebClientService Modifier and Type Method Description WebClientService
WebClientTracingProvider. create(Config config)
-