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 13ddbfa commit 304eeb4Copy full SHA for 304eeb4
src/main/kotlin/spp/protocol/service/listen/LiveInstrumentListenerImpl.kt
@@ -25,6 +25,13 @@ import spp.protocol.instrument.*
25
import spp.protocol.instrument.event.*
26
import spp.protocol.service.SourceServices.Subscribe.toLiveInstrumentSubscriberAddress
27
28
+/**
29
+ * Listen for [LiveInstrument] events.
30
+ *
31
+ * @param vertx the vertx instance
32
+ * @param subscriptionId the subscription id (can be developer id or instrument id)
33
+ * @param listener the listener to be called when an instrument event is received
34
+ */
35
class LiveInstrumentListenerImpl(
36
vertx: Vertx,
37
subscriptionId: String,
0 commit comments