]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Re-facto EntryConsumer
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 11 Sep 2016 18:23:17 +0000 (20:23 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 11 Sep 2016 20:15:31 +0000 (22:15 +0200)
commit7d862f83b95d24b4f081d73ca7b0bdf4435ae008
tree334383a1fdbd651247116cd54cb9d85e6300fc19
parentdc69e25f97c357fdfdff5225f4f65cc55a6770b0
Re-facto EntryConsumer

Using an abstract method allow to share code but also can be used it we add a new broker in the future
src/Wallabag/ImportBundle/Consumer/AMPQEntryConsumer.php
src/Wallabag/ImportBundle/Consumer/AbstractConsumer.php [new file with mode: 0644]
src/Wallabag/ImportBundle/Consumer/RedisEntryConsumer.php