upgraded to multiverse 0.3-SNAPSHOT + enriched the AMQP API

This commit is contained in:
jboner 2009-10-24 21:21:43 +02:00
parent b876aa58b4
commit 472e4791ad
14 changed files with 406 additions and 322 deletions

View file

@ -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");
}
*/
}