upgraded to multiverse 0.3-SNAPSHOT + enriched the AMQP API
This commit is contained in:
parent
b876aa58b4
commit
472e4791ad
14 changed files with 406 additions and 322 deletions
|
|
@ -88,17 +88,4 @@ public class InMemStateful {
|
|||
public void postRestart() {
|
||||
System.out.println("################ POST RESTART");
|
||||
}
|
||||
|
||||
/*
|
||||
public void clashOk(String key, String msg, InMemClasher clasher) {
|
||||
mapState.put(key, msg);
|
||||
clasher.clash();
|
||||
}
|
||||
|
||||
public void clashNotOk(String key, String msg, InMemClasher clasher) {
|
||||
mapState.put(key, msg);
|
||||
clasher.clash();
|
||||
this.success("clash", "clash");
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue