File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/jvmMain/kotlin/spp/protocol/service/logging Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +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.JsonArray
7+ import io.vertx.core.json.JsonObject
88import kotlinx.datetime.Instant
99import spp.protocol.artifact.log.LogCountSummary
1010import 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 >>)
You can’t perform that action at this time.
0 commit comments