intercept

Available in a dev version: 0․11․0-grpc-186

How to configure

Intercept a client call.

You can:

IMPORTANT: GrpcClientCallScope.proceed must eventually be called to actually execute the RPC and obtain the response Flow. If GrpcClientCallScope.proceed is omitted, the call will not reach the server.