Skip to content

Commit 5099207

Browse files
committed
split live view
1 parent 8fa584d commit 5099207

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/jvmMain/kotlin/spp/protocol/service/live/LiveViewService.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import io.vertx.codegen.annotations.ProxyGen
44
import io.vertx.codegen.annotations.VertxGen
55
import io.vertx.core.AsyncResult
66
import io.vertx.core.Handler
7+
import io.vertx.core.json.JsonObject
78
import 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
}

0 commit comments

Comments
 (0)