Interface AsyncControlClient.Request

Enclosing interface:
AsyncControlClient

public static interface AsyncControlClient.Request
Represents a pending request that this AsyncControlClient is making.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Cancels the pending response, if possible.
  • Method Details

    • cancel

      void cancel()
      Cancels the pending response, if possible.