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 GrpcChannelsProviderGrpcChannelsProvider.Builder. build()Create a new instance ofGrpcChannelsProviderfrom this Builder.static GrpcChannelsProviderGrpcChannelsProvider. create()Builds a new instance ofGrpcChannelsProviderusing default configuration.static GrpcChannelsProviderGrpcChannelsProvider. create(Config config)Creates aGrpcChannelsProviderusing the specified configuration.
-