File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/jvmMain/kotlin/spp/protocol/service Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ package spp.protocol.service
2020import io.vertx.codegen.annotations.ProxyGen
2121import io.vertx.codegen.annotations.VertxGen
2222import io.vertx.core.Future
23+ import io.vertx.core.json.JsonObject
2324import spp.protocol.platform.developer.SelfInfo
2425import spp.protocol.platform.general.Service
2526import spp.protocol.platform.status.ActiveInstance
@@ -33,6 +34,8 @@ import spp.protocol.platform.status.ActiveInstance
3334@VertxGen
3435interface LiveService {
3536
37+ fun getClients (): Future <JsonObject >
38+ fun getStats (): Future <JsonObject >
3639 fun getSelf (): Future <SelfInfo >
3740 fun getServices (): Future <List <Service >>
3841 fun getActiveProbes (): Future <List <ActiveInstance >>
You can’t perform that action at this time.
0 commit comments