简体   繁体   English

Kuzzle V2 实时订阅 android sdk v23

[英]Kuzzle V2 Realtime subscription on android sdk v23

We have kuzzle V2 as a broker, and as a data warehouse.我们将 kuzzle V2 作为代理和数据仓库。 Our android devices will subscribe to a collection record, and get updates in realtime.我们的 android 设备将订阅收集记录,并实时获取更新。

but the android version we are supporting is <7, which uses java 7 but there is no kuzzle sdk for java other than java 8 but the android version we are supporting is <7, which uses java 7 but there is no kuzzle sdk for java other than java 8

any suggestions on how to make an android device real-time subscribe to a collection record with record id in java 7?关于如何使 android 设备实时订阅 java 7 中记录 id 的收集记录的任何建议?

We just released a JVM SDK, written in Kotlin and compatible with Java 6+ It's very similar with the now deprecated Java SDK, and you can find here how to migrate from it: https://docs.kuzzle.io/sdk/java/3/migration/how-to/ We just released a JVM SDK, written in Kotlin and compatible with Java 6+ It's very similar with the now deprecated Java SDK, and you can find here how to migrate from it: https://docs.kuzzle.io/sdk/java /3/迁移/操作方法/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM