- 封闭接口:
- CnosDB
public static interface CnosDB.Cancellable
A cancelable allows to discontinue a streaming query.
-
方法概要
void
Cancel the streaming query call.
boolean
-
方法详细资料
-
cancel
void cancel()
Cancel the streaming query call.
- 另请参阅:
-
-
isCanceled
boolean isCanceled()
- 返回:
true if the cancel() was called
- 另请参阅:
-