connectTo

public static Client.Builder connectTo(String host, int port)

Creates a builder for a client connected to the specified address.

The returned builder will create ManagedChannel with the default configuration. For a channel with custom configuration please use usingChannel.

See also