Method and Description |
---|
io.grpc.Context.CancellableContext.isCurrent()
This method violates some GRPC class encapsulation and should not be used.
If you must know whether a Context is the current context, check whether it is the same
object returned by
Context.current() . |