Class: Gcpc::Subscriber::BaseHandler
- Inherits:
-
Object
- Object
- Gcpc::Subscriber::BaseHandler
- Defined in:
- lib/gcpc/subscriber/base_handler.rb
Instance Method Summary collapse
Instance Method Details
#handle(data, attributes, message) ⇒ Object
10 11 12 |
# File 'lib/gcpc/subscriber/base_handler.rb', line 10 def handle(data, attributes, ) raise NotImplementedError.new("You must implement #{self.class}##{__method__}") end |