Click or drag to resize
Akka.NETReplayFilterReceive Method
TBD

Namespace:  Akka.Persistence.Journal
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected override bool Receive(
	Object message
)

Parameters

message
Type: SystemObject
TBD

Return Value

Type: Boolean
TBD
Exceptions
ExceptionCondition
ArgumentException This exception is thrown when the Mode is set to Disabled.
IllegalStateException This exception is thrown when either the replayed event is in the wrong order or from an old writer.
See Also