Skip to content

Commit 3867640

Browse files
committed
refactor
1 parent fe62488 commit 3867640

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/commonMain/kotlin/spp.protocol/platform/ProcessorAddress.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
package spp.protocol.platform
1919

2020
object ProcessorAddress {
21-
const val SET_LOG_PUBLISH_RATE_LIMIT = "spp.provider.setting.log-publish-rate-limit"
21+
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"
2225
}

0 commit comments

Comments
 (0)