| UntypedPersistentActorReceiveCommand Method |
Command handler. Typically validates commands against current state - possibly by communicating with other actors.
On successful validation, one or more events are derived from command and persisted.
Namespace:
Akka.Persistence
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected override sealed bool ReceiveCommand(
Object message
)
abstract ReceiveCommand :
message : Object -> bool
override ReceiveCommand :
message : Object -> bool
Parameters
- message
- Type: SystemObject
TBD
Return Value
Type:
BooleanTBD
See Also