Class: BPS::Subscriber::Abstract
- Inherits:
-
Object
- Object
- BPS::Subscriber::Abstract
- Defined in:
- lib/bps/subscriber/abstract.rb
Instance Method Summary collapse
-
#close ⇒ Object
Close the subscriber.
-
#subscribe(_topic) ⇒ Object
Subscribe to a topic.
Instance Method Details
#close ⇒ Object
Close the subscriber.
11 |
# File 'lib/bps/subscriber/abstract.rb', line 11 def close; end |
#subscribe(_topic) ⇒ Object
Subscribe to a topic
6 7 8 |
# File 'lib/bps/subscriber/abstract.rb', line 6 def subscribe(_topic, **) raise 'not implemented' end |