Merge pull request #24508 from psliwa/patch-1-defer-method
Adding defer method to PersistentActor
This commit is contained in:
commit
11f2ef5784
7 changed files with 230 additions and 75 deletions
|
|
@ -439,7 +439,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