Uses of Interface
io.helidon.webclient.grpc.ClientUriSupplier
Packages that use ClientUriSupplier
-
Uses of ClientUriSupplier in io.helidon.webclient.grpc
Classes in io.helidon.webclient.grpc that implement ClientUriSupplierModifier and TypeClassDescriptionstatic class
Supplies an iterator that returns URIs chosen in order from first to last.static class
Supplies an iterator that returns a URI chosen at random, never ends.static class
Supplies a neven-ending iterator that returns URIs chosen using a round-robin strategy.static class
Supplies the same client URI over and over, never ends.Methods in io.helidon.webclient.grpc that return types with arguments of type ClientUriSupplierModifier and TypeMethodDescriptionGrpcClientConfig.BuilderBase.clientUriSupplier()
AClientUriSupplier
that can dynamically provide zero or moreClientUri
s to connect.GrpcClientConfig.BuilderBase.GrpcClientConfigImpl.clientUriSupplier()
Methods in io.helidon.webclient.grpc with parameters of type ClientUriSupplierModifier and TypeMethodDescriptionGrpcClientConfig.BuilderBase.clientUriSupplier
(ClientUriSupplier clientUriSupplier) AClientUriSupplier
that can dynamically provide zero or moreClientUri
s to connect.