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 classSupplies an iterator that returns URIs chosen in order from first to last.static classSupplies an iterator that returns a URI chosen at random, never ends.static classSupplies a neven-ending iterator that returns URIs chosen using a round-robin strategy.static classSupplies 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()AClientUriSupplierthat can dynamically provide zero or moreClientUris to connect.GrpcClientConfig.BuilderBase.GrpcClientConfigImpl.clientUriSupplier()GrpcClientConfig.clientUriSupplier()AClientUriSupplierthat can dynamically provide zero or moreClientUris to connect.Methods in io.helidon.webclient.grpc with parameters of type ClientUriSupplierModifier and TypeMethodDescriptionGrpcClientConfig.BuilderBase.clientUriSupplier(ClientUriSupplier clientUriSupplier) AClientUriSupplierthat can dynamically provide zero or moreClientUris to connect.