接口 CancellationListener


  • public interface CancellationListener
    A listener notified on context cancellation.
    • 方法详细资料

      • cancelled

        void cancelled​(RpcServiceContext context)
        Notifies that a context was cancelled.
        参数:
        context - the newly cancelled context.