Skip to content

Make PersistenceAdapter#persist! abstract #2

@stex

Description

@stex

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions