usingChannel

public static Client.Builder usingChannel(ManagedChannel channel)

Creates a builder for a client which will use the passed channel for the communication with the backend services.

Use this method when a channel with custom configuration is needed for your client application.

See also