Module: Deimos::Consume::BatchConsumption

Extended by:
ActiveSupport::Concern
Included in:
ActiveRecordConsume::BatchConsumption, Deimos::Consumer
Defined in:
lib/deimos/consume/batch_consumption.rb

Overview

Helper methods used by batch consumers, i.e. those with “inline_batch” delivery. Payloads are decoded then consumers are invoked with arrays of messages to be handled at once

Instance Method Summary collapse

Instance Method Details

#consume_batchObject



11
12
13
# File 'lib/deimos/consume/batch_consumption.rb', line 11

def consume_batch
  raise MissingImplementationError
end