Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Become and BecomeStacked for ReceivePersistentActor #1401

Merged
merged 1 commit into from
Nov 5, 2015

Conversation

Horusiath
Copy link
Contributor

See #1395

This part adds missing API parts to ReceivePersistentActor as well as the battery of tests to verify it's behavior:

  • Two methods have been created -Become and BecomeStacked. They works with Command, CommandAny, Recover and RecoverAny handlers in the similar way as in case of Receive method in ReceiveActor.
  • New method UnbecomeStacked reverts the behavior of BecomeStacked applied previously.
  • CommandAny method matching any incoming command was missing and has been added.

NOTE: one of the test is skipped until some decisions will be made for issue described in #1400 .

@Horusiath Horusiath force-pushed the persistent-actor-become branch from 5dc1ddc to b11dafc Compare November 3, 2015 22:06
rogeralsing added a commit that referenced this pull request Nov 5, 2015
Become and BecomeStacked for ReceivePersistentActor
@rogeralsing rogeralsing merged commit 4974426 into akkadotnet:dev Nov 5, 2015
@Horusiath Horusiath deleted the persistent-actor-become branch March 23, 2016 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants