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 fe62488 commit 3867640Copy full SHA for 3867640
src/commonMain/kotlin/spp.protocol/platform/ProcessorAddress.kt
@@ -18,5 +18,8 @@
18
package spp.protocol.platform
19
20
object ProcessorAddress {
21
- const val SET_LOG_PUBLISH_RATE_LIMIT = "spp.provider.setting.log-publish-rate-limit"
+ const val LIVE_INSTRUMENT_REMOVED = "spp.processor.status.live-instrument-removed"
22
+ const val LIVE_INSTRUMENT_APPLIED = "spp.processor.status.live-instrument-applied"
23
+
24
+ const val SET_LOG_PUBLISH_RATE_LIMIT = "spp.processor.setting.log-publish-rate-limit"
25
}
0 commit comments