Adding defer method to PersistentActor
This commit is contained in:
parent
39c97c3306
commit
2f6deace13
7 changed files with 230 additions and 75 deletions
|
|
@ -438,7 +438,7 @@ public class LambdaPersistenceDocTest {
|
|||
sender().tell(e, self());
|
||||
});
|
||||
|
||||
deferAsync(String.format("evt-%s-3", c), e -> {
|
||||
defer(String.format("evt-%s-3", c), e -> {
|
||||
sender().tell(e, self());
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue