Sha256: 21636b3bbddbcbe8f2406679cf922a301313dcaf77d806991e7cd6cce3b7f307

Contents?: true

Size: 211 Bytes

Versions: 9

Compression:

Stored size: 211 Bytes

Contents

# frozen_string_literal: true

module Worker
  class ExchangeQueue < Totoro::BaseWorker
    setup queue_name: 'exchange_queue'
    def process(payload, metadata, delivery_info)
      p payload
    end
  end
end

Version data entries

9 entries across 8 versions & 1 rubygems

Version Path
totoro-1.0.7 test/totoro_test/app/models/worker/exchange_queue.rb
totoro-1.0.6 test/totoro_test/app/models/worker/exchange_queue.rb
totoro-1.0.6 pkg/totoro-1.0.5/test/totoro_test/app/models/worker/exchange_queue.rb
totoro-1.0.5 test/totoro_test/app/models/worker/exchange_queue.rb
totoro-1.0.4 test/totoro_test/app/models/worker/exchange_queue.rb
totoro-1.0.3 test/totoro_test/app/models/worker/exchange_queue.rb
totoro-1.0.2 test/totoro_test/app/models/worker/exchange_queue.rb
totoro-1.0.1 test/totoro_test/app/models/worker/exchange_queue.rb
totoro-1.0.0 test/totoro_test/app/models/worker/exchange_queue.rb