Akka.Persistence.Tests.SnapshotFailureRobustnessSpec.SaveSnapshotTestActor.ReceiveRecover C# (CSharp) Method

ReceiveRecover() protected method

protected ReceiveRecover ( object message ) : bool
message object
return bool
            protected override bool ReceiveRecover(object message)
            {
                _probe.Tell(message);
                return true;
            }
SnapshotFailureRobustnessSpec.SaveSnapshotTestActor