Click or drag to resize
Akka.NETReceivePersistentActorRecover Method (Type, FuncObject, Boolean)
TBD

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected void Recover(
	Type messageType,
	Func<Object, bool> handler
)

Parameters

messageType
Type: SystemType
TBD
handler
Type: SystemFuncObject, Boolean
TBD
See Also