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 classJsonRpcClientConfig.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 classGenerated 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 JsonRpcClientConfigJsonRpcClientConfig.create()Create a new instance with default values.static JsonRpcClientConfigDeprecated.static JsonRpcClientConfigCreate a new instance from configuration.Methods in io.helidon.webclient.jsonrpc with parameters of type JsonRpcClientConfigModifier and TypeMethodDescriptionstatic JsonRpcClientConfig.BuilderJsonRpcClientConfig.builder(JsonRpcClientConfig instance) Create a new fluent API builder from an existing instance.static JsonRpcClientJsonRpcClient.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)