Class: Backrub::Store::Base
- Inherits:
-
Object
- Object
- Backrub::Store::Base
- Defined in:
- lib/backrub/store/base.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#backlog(channel, count) ⇒ Object
4 5 6 |
# File 'lib/backrub/store/base.rb', line 4 def backlog(channel, count) raise NotImplementedError end |
#publish(channel, message) ⇒ Object
8 9 10 |
# File 'lib/backrub/store/base.rb', line 8 def publish(channel, ) raise NotImplementedError end |
#subscribe(*channel) ⇒ Object
12 13 14 |
# File 'lib/backrub/store/base.rb', line 12 def subscribe(*channel) raise NotImplementedError end |