refactored and renamed AMQP code, refactored STM, fixed persistence bugs, renamed reactor package to dispatch, added programmatic API for RemoteServer
This commit is contained in:
parent
046fa217b1
commit
eb919aa818
37 changed files with 572 additions and 338 deletions
|
|
@ -56,7 +56,8 @@ public class InMemStateful {
|
|||
mapState.put(key, msg);
|
||||
vectorState.add(msg);
|
||||
refState.swap(msg);
|
||||
nested.success(key, msg);
|
||||
nested.success(key, msg);
|
||||
System.out.println("--- after success ");
|
||||
}
|
||||
|
||||
public String failure(String key, String msg, InMemFailer failer) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue