java.lang.Object
io.helidon.webclient.grpc.ClientUriSuppliers
Some popular implementations of the
ClientUriSupplier
interface.-
Nested Class Summary
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. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
ClientUriSuppliers
public ClientUriSuppliers()
-