File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/commonMain/kotlin/spp.protocol/platform Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818package spp.protocol.platform
1919
2020object ProbeAddress {
21- const val REMOTE_REGISTERED = " spp.probe.status.remote-registered"
2221 const val LIVE_INSTRUMENT_REMOTE = " spp.probe.command.live-instrument-remote"
2322}
Original file line number Diff line number Diff line change 1818package spp.protocol.platform
1919
2020object ProcessorAddress {
21- const val LIVE_INSTRUMENT_REMOVED = " spp.processor.status.live-instrument-removed "
21+ const val REMOTE_REGISTERED = " spp.processor.status.remote-registered "
2222 const val LIVE_INSTRUMENT_APPLIED = " spp.processor.status.live-instrument-applied"
23+ const val LIVE_INSTRUMENT_REMOVED = " spp.processor.status.live-instrument-removed"
2324
2425 const val SET_LOG_PUBLISH_RATE_LIMIT = " spp.processor.setting.log-publish-rate-limit"
2526}
You can’t perform that action at this time.
0 commit comments