added support for Redis based SortedSet persistence in Akka transactors
This commit is contained in:
parent
3010cd1aa2
commit
02e6f5895a
10 changed files with 404 additions and 21 deletions
|
|
@ -87,7 +87,7 @@ class AccountActor extends Transactor {
|
|||
}
|
||||
|
||||
@serializable class PersistentFailerActor extends Transactor {
|
||||
//timeout = 5000
|
||||
// timeout = 5000
|
||||
def receive = {
|
||||
case "Failure" =>
|
||||
throw new RuntimeException("expected")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue