intercept

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

How to configure

Intercept a server call.

You can:

IMPORTANT: You must eventually call GrpcServerCallScope.proceed to actually invoke the service logic and produce the response Flow. If GrpcServerCallScope.proceed is omitted, the call will never reach the service.