class EventHub::Consumer

Consumer class

Public Instance Methods

handle_cancellation(_) click to toggle source
# File lib/eventhub/consumer.rb, line 5
def handle_cancellation(_)
  EventHub.logger.error("Consumer reports cancellation")
end