Root
This commit is contained in:
parent
a27e50f909
commit
d8f0f5db85
@ -35,6 +35,12 @@ class ExplorerTopic(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@MessageMapping("/explorer/root")
|
||||||
|
fun goRoot() {
|
||||||
|
explorer.getRoots()?.let {
|
||||||
|
template?.convertAndSend("/topic/explorer/go", it)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user