Class: EventHub::Consumer

Inherits:
Bunny::Consumer
  • Object
show all
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