Skip to content

Commit c402838

Browse files
committed
wip
1 parent ba23e5c commit c402838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jvmMain/kotlin/spp/protocol/service/logging/LogCountIndicatorService.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +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.JsonArray
7+
import io.vertx.core.json.JsonObject
88
import kotlinx.datetime.Instant
99
import spp.protocol.artifact.log.LogCountSummary
1010
import spp.protocol.instrument.DurationStep
@@ -25,7 +25,7 @@ interface LogCountIndicatorService {
2525
start: Instant,
2626
stop: Instant,
2727
step: DurationStep,
28-
handler: Handler<AsyncResult<List<JsonArray>>>
28+
handler: Handler<AsyncResult<JsonObject>>
2929
)
3030

3131
fun getLogCountSummary(handler: Handler<AsyncResult<LogCountSummary>>)

0 commit comments

Comments
 (0)