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
4
4
import io.vertx.codegen.annotations.VertxGen
5
5
import io.vertx.core.AsyncResult
6
6
import io.vertx.core.Handler
7
+ import io.vertx.core.json.JsonObject
7
8
import spp.protocol.view.LiveViewSubscription
8
9
9
10
/* *
@@ -19,4 +20,5 @@ interface LiveViewService {
19
20
fun removeLiveViewSubscription (subscriptionId : String , handler : Handler <AsyncResult <LiveViewSubscription >>)
20
21
fun getLiveViewSubscriptions (handler : Handler <AsyncResult <List <LiveViewSubscription >>>)
21
22
fun clearLiveViewSubscriptions (handler : Handler <AsyncResult <List <LiveViewSubscription >>>)
23
+ fun getLiveViewSubscriptionStats (handler : Handler <AsyncResult <JsonObject >>)
22
24
}
You can’t perform that action at this time.
0 commit comments