Module bus.http

Interface Cancelable

All Known Subinterfaces:
GiveCall
All Known Implementing Classes:
CoverCall, CoverCall.Client, CoverHttp, CoverHttp.Async, CoverHttp.Sync

public interface Cancelable
Since:
Java 17+
Author:
Kimi Liu
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    取消
  • Method Details

    • cancel

      boolean cancel()
      取消
      Returns:
      取消是否成功