File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
main/kotlin/spp/protocol/service
test/kotlin/spp/protocol/service/listen Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ import io.vertx.codegen.annotations.VertxGen
2222import io.vertx.core.Future
2323import io.vertx.core.Vertx
2424import io.vertx.core.eventbus.DeliveryOptions
25- import spp.protocol.SourceServices.LIVE_INSTRUMENT
2625import spp.protocol.instrument.*
26+ import spp.protocol.service.SourceServices.LIVE_INSTRUMENT
2727
2828/* *
2929 * Back-end service for managing [LiveInstrument]s.
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ import io.vertx.core.Future
2323import io.vertx.core.Vertx
2424import io.vertx.core.eventbus.DeliveryOptions
2525import io.vertx.core.json.JsonObject
26- import spp.protocol.SourceServices.LIVE_MANAGEMENT_SERVICE
2726import spp.protocol.platform.auth.ClientAccess
2827import spp.protocol.platform.auth.RolePermission
2928import spp.protocol.platform.developer.SelfInfo
3029import spp.protocol.platform.general.Service
3130import spp.protocol.platform.status.InstanceConnection
31+ import spp.protocol.service.SourceServices.LIVE_MANAGEMENT_SERVICE
3232
3333/* *
3434 * Back-end service for general and administrative tasks.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import io.vertx.core.Future
2323import io.vertx.core.Vertx
2424import io.vertx.core.eventbus.DeliveryOptions
2525import io.vertx.core.json.JsonObject
26- import spp.protocol.SourceServices.LIVE_VIEW
26+ import spp.protocol.service. SourceServices.LIVE_VIEW
2727import spp.protocol.view.LiveView
2828
2929/* *
Original file line number Diff line number Diff line change 1414 * See the License for the specific language governing permissions and
1515 * limitations under the License.
1616 */
17- package spp.protocol
17+ package spp.protocol.service
1818
1919/* *
2020 * Back-end services available to developers.
Original file line number Diff line number Diff line change 1414 * See the License for the specific language governing permissions and
1515 * limitations under the License.
1616 */
17- package spp.protocol.extend
17+ package spp.protocol.service. extend
1818
1919import io.vertx.core.AsyncResult
2020import io.vertx.core.Handler
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ import io.vertx.core.Vertx
2121import io.vertx.core.eventbus.MessageConsumer
2222import io.vertx.core.json.JsonArray
2323import io.vertx.core.json.JsonObject
24- import spp.protocol.SourceServices.Subscribe.toLiveInstrumentSubscriberAddress
2524import spp.protocol.instrument.*
2625import spp.protocol.instrument.event.*
26+ import spp.protocol.service.SourceServices.Subscribe.toLiveInstrumentSubscriberAddress
2727
2828class LiveInstrumentListenerImpl (
2929 vertx : Vertx ,
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ import io.vertx.junit5.VertxTestContext
2424import org.junit.jupiter.api.Assertions.assertEquals
2525import org.junit.jupiter.api.Test
2626import org.junit.jupiter.api.extension.ExtendWith
27- import spp.protocol.SourceServices.Subscribe.toLiveInstrumentSubscriberAddress
2827import spp.protocol.artifact.ArtifactQualifiedName
2928import spp.protocol.artifact.ArtifactType
3029import spp.protocol.artifact.exception.LiveStackTrace
@@ -33,6 +32,7 @@ import spp.protocol.artifact.log.LogResult
3332import spp.protocol.instrument.LiveBreakpoint
3433import spp.protocol.instrument.LiveSourceLocation
3534import spp.protocol.instrument.event.*
35+ import spp.protocol.service.SourceServices.Subscribe.toLiveInstrumentSubscriberAddress
3636import java.time.Instant
3737import java.util.concurrent.TimeUnit
3838
You can’t perform that action at this time.
0 commit comments