context

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

How to configure

abstract val context: GrpcContext(source)

The GrpcContext associated with this call.

It can be used by the interceptor to provide call-scoped information about the current call, such as the identity of the caller or the current authentication state.

Note that the GrpcContext is currently only functional on JVM targets.