Click or drag to resize
Akka.NETReceivePersistentActorCommandT Method (FuncT, Boolean)
TBD

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected void Command<T>(
	Func<T, bool> handler
)

Parameters

handler
Type: SystemFuncT, Boolean
TBD

Type Parameters

T
TBD
See Also