Class: EventHub::Consumer
- Inherits:
-
Bunny::Consumer
- Object
- Bunny::Consumer
- EventHub::Consumer
- Defined in:
- lib/eventhub/consumer.rb
Overview
Consumer class
Instance Method Summary collapse
Instance Method Details
#handle_cancellation(_) ⇒ Object
5 6 7 |
# File 'lib/eventhub/consumer.rb', line 5 def handle_cancellation(_) EventHub.logger.error("Consumer reports cancellation") end |