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

set Events for Dao #63

Closed
basejump opened this issue Dec 5, 2017 · 2 comments
Closed

set Events for Dao #63

basejump opened this issue Dec 5, 2017 · 2 comments
Assignees

Comments

@basejump
Copy link
Member

basejump commented Dec 5, 2017

extend AbstractPersistenceEvent.

  • Post and PreDaoPersistEvent
  • Post and PreDaoRemoveEvent
  • Post and PreDaoCreateEvent - will have the params accessible from bind.
  • Post and PreDaoUpdateEvent - will have the params accessible from bind.

These can be fired like they are in Gorm's EntityPersister class with publisher.publishEvent(event)

snimavat added a commit that referenced this issue Dec 6, 2017
snimavat added a commit that referenced this issue Dec 6, 2017
@basejump
Copy link
Member Author

We need some docs and tests for this now. Also need to test the async @subscriber router keys and document those.

@snimavat
Copy link
Contributor

Duplicate #99

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

No branches or pull requests

2 participants