Class: BPS::Publisher::Abstract
- Inherits:
-
Object
- Object
- BPS::Publisher::Abstract
- Defined in:
- lib/bps/publisher/abstract.rb
Defined Under Namespace
Classes: Topic
Instance Method Summary collapse
-
#close ⇒ Object
Close the publisher.
-
#topic(_name) ⇒ Object
Retrieve a topic handle.
Instance Method Details
#close ⇒ Object
Close the publisher.
21 |
# File 'lib/bps/publisher/abstract.rb', line 21 def close; end |
#topic(_name) ⇒ Object
Retrieve a topic handle.
16 17 18 |
# File 'lib/bps/publisher/abstract.rb', line 16 def topic(_name) raise 'not implemented' end |