enqueue

abstract fun enqueue(request: S, callback: GrpcCall.Callback<S, R>)

Enqueues this call for asynchronous execution. The callback will be invoked on the client's dispatcher thread when the call completes.