Uses of Class
io.helidon.grpc.client.GrpcChannelsProvider
-
Packages that use GrpcChannelsProvider Package Description io.helidon.grpc.client gRPC client API. -
-
Uses of GrpcChannelsProvider in io.helidon.grpc.client
Methods in io.helidon.grpc.client that return GrpcChannelsProvider Modifier and Type Method Description GrpcChannelsProvider
GrpcChannelsProvider.Builder. build()
Create a new instance ofGrpcChannelsProvider
from this Builder.static GrpcChannelsProvider
GrpcChannelsProvider. create()
Builds a new instance ofGrpcChannelsProvider
using default configuration.static GrpcChannelsProvider
GrpcChannelsProvider. create(Config config)
Creates aGrpcChannelsProvider
using the specified configuration.
-