File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/jvmMain/kotlin/spp/protocol/service/live Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import io.vertx.codegen.annotations.ProxyGen
44import io.vertx.codegen.annotations.VertxGen
55import io.vertx.core.AsyncResult
66import io.vertx.core.Handler
7+ import io.vertx.core.json.JsonObject
78import spp.protocol.view.LiveViewSubscription
89
910/* *
@@ -19,4 +20,5 @@ interface LiveViewService {
1920 fun removeLiveViewSubscription (subscriptionId : String , handler : Handler <AsyncResult <LiveViewSubscription >>)
2021 fun getLiveViewSubscriptions (handler : Handler <AsyncResult <List <LiveViewSubscription >>>)
2122 fun clearLiveViewSubscriptions (handler : Handler <AsyncResult <List <LiveViewSubscription >>>)
23+ fun getLiveViewSubscriptionStats (handler : Handler <AsyncResult <JsonObject >>)
2224}
You can’t perform that action at this time.
0 commit comments