| static <T> GrpcProxyBuilder<T> | GrpcProxyBuilder. create(io.grpc.Channel channel,
      Class<T> type) | Create a GrpcProxyBuilderthat can build gRPC dynamic proxies
 for a given gRPC service interface. | 
| static <T> GrpcProxyBuilder<T> | GrpcProxyBuilder. create(Class<T> type) | Create a GrpcProxyBuilderthat can build gRPC dynamic proxies
 for a given gRPC service interface using in-process channel. | 
| static <T> GrpcProxyBuilder<T> | GrpcProxyBuilder. create(String serverName,
      Class<T> type) | Create a GrpcProxyBuilderthat can build gRPC dynamic proxies
 for a given gRPC service interface using in-process channel. |