changed oneway to be defined by void in AO + added restart callback def in config
This commit is contained in:
parent
ff969047cc
commit
6a65c67ca7
11 changed files with 675 additions and 270 deletions
|
|
@ -46,10 +46,11 @@ public class PersistentStatefulNested {
|
|||
}
|
||||
|
||||
|
||||
public void success(String key, String msg) {
|
||||
public String success(String key, String msg) {
|
||||
mapState.put(key, msg);
|
||||
vectorState.add(msg);
|
||||
refState.swap(msg);
|
||||
return msg;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue