Interface CancellationListener


public interface CancellationListener
A listener notified on context cancellation.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notifies that a context was cancelled.
  • Method Details

    • cancelled

      void cancelled(RpcServiceContext context)
      Notifies that a context was cancelled.
      Parameters:
      context - the newly cancelled context.