create

inline fun <T : Service> create(): T

Returns a T that makes gRPC calls using this client.


fun <T : Service> create(service: KClass<T>): T

Returns a service that makes gRPC calls using this client.