Uses of Interface
io.helidon.webclient.jsonrpc.JsonRpcClientConfig
Packages that use JsonRpcClientConfig
-
Uses of JsonRpcClientConfig in io.helidon.webclient.jsonrpc
Classes in io.helidon.webclient.jsonrpc with type parameters of type JsonRpcClientConfigModifier and TypeClassDescriptionstatic class
JsonRpcClientConfig.BuilderBase<BUILDER extends JsonRpcClientConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends JsonRpcClientConfig> Fluent API builder base forJsonRpcClient
.Classes in io.helidon.webclient.jsonrpc that implement JsonRpcClientConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webclient.jsonrpc that return JsonRpcClientConfigModifier and TypeMethodDescriptionJsonRpcClientConfig.Builder.buildPrototype()
static JsonRpcClientConfig
JsonRpcClientConfig.create()
Create a new instance with default values.static JsonRpcClientConfig
Deprecated.static JsonRpcClientConfig
Create a new instance from configuration.Methods in io.helidon.webclient.jsonrpc with parameters of type JsonRpcClientConfigModifier and TypeMethodDescriptionstatic JsonRpcClientConfig.Builder
JsonRpcClientConfig.builder
(JsonRpcClientConfig instance) Create a new fluent API builder from an existing instance.static JsonRpcClient
JsonRpcClient.create
(JsonRpcClientConfig clientConfig) Create a new instance with custom configuration.JsonRpcClientConfig.BuilderBase.from
(JsonRpcClientConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)