Added Kernel class for web kernel
This commit is contained in:
parent
41a90d041d
commit
e163b4c685
2 changed files with 2 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ public class PersistenceManager {
|
|||
private static volatile boolean isRunning = false;
|
||||
public static void init() {
|
||||
if (!isRunning) {
|
||||
se.scalablesolutions.akka.Kernel.startRemoteService();
|
||||
se.scalablesolutions.akka.Kernel$.MODULE$.startRemoteService();
|
||||
isRunning = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue