程序包 com.cnosdb

接口 CnosDB.Cancellable

封闭接口:
CnosDB

public static interface CnosDB.Cancellable
A cancelable allows to discontinue a streaming query.
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    Cancel the streaming query call.
    boolean
    Return true if the cancel() was called.
  • 方法详细资料

    • cancel

      void cancel()
      Cancel the streaming query call.
      另请参阅:
      • Call.cancel()
    • isCanceled

      boolean isCanceled()
      Return true if the cancel() was called.
      返回:
      true if the cancel() was called
      另请参阅:
      • Call.isCanceled()