We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccffc22 commit 24cde36Copy full SHA for 24cde36
src/main/kotlin/spp/protocol/service/listen/LiveInstrumentListener.kt
@@ -18,6 +18,7 @@ package spp.protocol.service.listen
18
19
import spp.protocol.instrument.event.*
20
21
+@Suppress("TooManyFunctions") // public API
22
interface LiveInstrumentListener {
23
24
fun onInstrumentEvent(event: LiveInstrumentEvent) {
0 commit comments