Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Support usage of last* methods in event pattern guards #205

Closed
krasserm opened this issue Feb 3, 2016 · 0 comments · Fixed by #213
Closed

Support usage of last* methods in event pattern guards #205

krasserm opened this issue Feb 3, 2016 · 0 comments · Fixed by #213
Assignees
Milestone

Comments

@krasserm
Copy link
Contributor

krasserm commented Feb 3, 2016

Using case MyEvent(_) if lastEmitterId = "abc" => ..., for example, doesn't work as expected because lastEmitterId doesn't refer to the event currently being evaluated but rather to the previously handled event.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant