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
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.JsonArray
7
+ import io.vertx.core.json.JsonObject
8
8
import kotlinx.datetime.Instant
9
9
import spp.protocol.artifact.log.LogCountSummary
10
10
import spp.protocol.instrument.DurationStep
@@ -25,7 +25,7 @@ interface LogCountIndicatorService {
25
25
start : Instant ,
26
26
stop : Instant ,
27
27
step : DurationStep ,
28
- handler : Handler <AsyncResult <List < JsonArray > >>
28
+ handler : Handler <AsyncResult <JsonObject >>
29
29
)
30
30
31
31
fun getLogCountSummary (handler : Handler <AsyncResult <LogCountSummary >>)
You can’t perform that action at this time.
0 commit comments