Sha256: 2872c8c13dc2d659b0f4a856d4b5099df722515731d2da32cf7f586b1bae8788

Contents?: true

Size: 167 Bytes

Versions: 114

Compression:

Stored size: 167 Bytes

Contents

# frozen_string_literal: true

module ConsumerTest
  # Mock consumer
  class MyBatchConsumer < Deimos::Consumer
    # :no-doc:
    def consume_batch
    end
  end
end

Version data entries

114 entries across 114 versions & 2 rubygems

Version Path
deimos-ruby-2.0.2 spec/handlers/my_batch_consumer.rb
deimos-ruby-2.0.1 spec/handlers/my_batch_consumer.rb
deimos-ruby-2.0.0 spec/handlers/my_batch_consumer.rb
deimos-ruby-2.0.0.pre.beta7 spec/handlers/my_batch_consumer.rb
deimos-ruby-2.0.0.pre.beta6 spec/handlers/my_batch_consumer.rb
deimos-ruby-2.0.0.pre.beta5 spec/handlers/my_batch_consumer.rb
deimos-ruby-2.0.0.pre.beta4 spec/handlers/my_batch_consumer.rb
deimos-ruby-2.0.0.pre.beta3 spec/handlers/my_batch_consumer.rb
deimos-ruby-2.0.0.pre.beta2 spec/handlers/my_batch_consumer.rb
deimos-ruby-2.0.0.pre.beta1 spec/handlers/my_batch_consumer.rb
deimos-ruby-2.0.0.pre.alpha7 spec/handlers/my_batch_consumer.rb
deimos-ruby-2.0.0.pre.alpha6 spec/handlers/my_batch_consumer.rb
deimos-ruby-2.0.0.pre.alpha5 spec/handlers/my_batch_consumer.rb
deimos-ruby-2.0.0.pre.alpha4 spec/handlers/my_batch_consumer.rb
deimos-ruby-2.0.0.pre.alpha3 spec/handlers/my_batch_consumer.rb
deimos-ruby-2.0.0.pre.alpha2 spec/handlers/my_batch_consumer.rb
deimos-ruby-2.0.0.pre.alpha1 spec/handlers/my_batch_consumer.rb
deimos-ruby-1.24.2 spec/handlers/my_batch_consumer.rb
deimos-ruby-1.24.1 spec/handlers/my_batch_consumer.rb
deimos-ruby-1.24.0 spec/handlers/my_batch_consumer.rb