finalized new STM with Multiverse backend + cleaned up Active Object config and factory classes
This commit is contained in:
commit
e82998f182
45 changed files with 1270 additions and 1138 deletions
|
|
@ -1,10 +1,10 @@
|
|||
package sample.java;
|
||||
|
||||
import se.scalablesolutions.akka.config.ActiveObjectManager;
|
||||
import se.scalablesolutions.akka.config.ActiveObjectConfigurator;
|
||||
import static se.scalablesolutions.akka.config.JavaConfig.*;
|
||||
|
||||
public class Boot {
|
||||
final private ActiveObjectManager manager = new ActiveObjectManager();
|
||||
final private ActiveObjectConfigurator manager = new ActiveObjectConfigurator();
|
||||
|
||||
public Boot() throws Exception {
|
||||
manager.configure(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue