=doc,sam RecoveryCompleted handled by receiveRecover typo
This commit is contained in:
parent
5608abdb9a
commit
f730b60bd9
3 changed files with 8 additions and 7 deletions
|
|
@ -92,11 +92,11 @@ trait PersistenceDocSpec {
|
|||
//#recovery-completed
|
||||
|
||||
def receiveRecover: Receive = {
|
||||
case RecoveryCompleted => recoveryCompleted()
|
||||
case evt => //...
|
||||
}
|
||||
|
||||
def receiveCommand: Receive = {
|
||||
case RecoveryCompleted => recoveryCompleted()
|
||||
case msg => //...
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue