Skip to content

Commit 304eeb4

Browse files
committed
docs: javadoc
1 parent 13ddbfa commit 304eeb4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/main/kotlin/spp/protocol/service/listen/LiveInstrumentListenerImpl.kt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ import spp.protocol.instrument.*
2525
import spp.protocol.instrument.event.*
2626
import spp.protocol.service.SourceServices.Subscribe.toLiveInstrumentSubscriberAddress
2727

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+
*/
2835
class LiveInstrumentListenerImpl(
2936
vertx: Vertx,
3037
subscriptionId: String,

0 commit comments

Comments
 (0)