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

Make PersistenceAdapter#persist! abstract #2

Open
stex opened this issue Apr 29, 2018 · 0 comments
Open

Make PersistenceAdapter#persist! abstract #2

stex opened this issue Apr 29, 2018 · 0 comments

Comments

@stex
Copy link
Owner

stex commented Apr 29, 2018

Currently, each persistence adapter has to implement its own persist! method.
It should be possible to change the adapter interface so persist! is predefined by the superclass and just calls persist_entry or similar on each entry in the queue which has to be defined in the actual adapter.

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

1 participant