public class GrpcContextElement
A CoroutineContext that propagates an associated io.grpc.Context to coroutines run using that context, regardless of thread.
public GrpcContextElement(@NotNull
io.grpc.Context grpcContext)
A CoroutineContext that propagates an associated io.grpc.Context to coroutines run using that context, regardless of thread.
@NotNull public kotlin.coroutines.CoroutineContext.Key<io.grpc.kotlin.GrpcContextElement> getKey()
public void restoreThreadContext(@NotNull
kotlin.coroutines.CoroutineContext context,
@NotNull
io.grpc.Context oldState)
@NotNull
public io.grpc.Context updateThreadContext(@NotNull
kotlin.coroutines.CoroutineContext context)