| ReceivePersistentActorRecover Method (Type, FuncObject, Boolean) |
TBD
Namespace:
Akka.Persistence
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected void Recover(
Type messageType,
Func<Object, bool> handler
)
member Recover :
messageType : Type *
handler : Func<Object, bool> -> unit
Parameters
- messageType
- Type: SystemType
TBD - handler
- Type: SystemFuncObject, Boolean
TBD
See Also