Uses of Interface
io.helidon.webclient.grpc.ClientUriSupplier
-
Uses of ClientUriSupplier in io.helidon.webclient.grpc
Modifier 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.Modifier and TypeMethodDescriptionGrpcClientConfig.BuilderBase.clientUriSupplier()
AClientUriSupplier
that can dynamically provide zero or moreClientUri
s to connect.GrpcClientConfig.BuilderBase.GrpcClientConfigImpl.clientUriSupplier()
Modifier and TypeMethodDescriptionGrpcClientConfig.BuilderBase.clientUriSupplier
(ClientUriSupplier clientUriSupplier) AClientUriSupplier
that can dynamically provide zero or moreClientUri
s to connect.