mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
7 lines
237 B
Text
7 lines
237 B
Text
|
|
```java
|
||
|
|
{{#include docs-examples/java/src/main/java/com/taos/example/SubscribeDemo.java}}
|
||
|
|
```
|
||
|
|
:::note
|
||
|
|
目前 Java 接口没有提供异步订阅模式,但用户程序可以通过创建 `TimerTask` 等方式达到同样的效果。
|
||
|
|
|
||
|
|
:::
|