Uses of Class
io.helidon.microprofile.grpc.client.GrpcClientProxyBuilder
-
Packages that use GrpcClientProxyBuilder Package Description io.helidon.microprofile.grpc.client gRPC client microprofile classes. -
-
Uses of GrpcClientProxyBuilder in io.helidon.microprofile.grpc.client
Methods in io.helidon.microprofile.grpc.client that return GrpcClientProxyBuilder Modifier and Type Method Description static <T> GrpcClientProxyBuilder<T>GrpcClientProxyBuilder. create(io.grpc.Channel channel, Class<T> type)Create a GrpcClientProxyBuilder that can build gRPC dynamic proxies for a given gRPC service interface.
-