| AsyncWriteJournalReceivePluginInternal Method |
Namespace:
Akka.Persistence.Journal
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected virtual bool ReceivePluginInternal(
Object message
)
abstract ReceivePluginInternal :
message : Object -> bool
override ReceivePluginInternal :
message : Object -> bool
Parameters
- message
- Type: SystemObject
TBD
Return Value
Type:
BooleanTBD
See Also