Sha256: 50b2f43a31dddfb1ff3cd530588d6624376df6cceda1752da7e184b82af27135

Contents?: true

Size: 179 Bytes

Versions: 66

Compression:

Stored size: 179 Bytes

Contents

Pheme::QueuePoller.new(queue_url: 'http://mock_url.test') do |message, metadata, message_attributes|
  # handle the message
  pp message
  pp metadata
  pp message_attributes
end

Version data entries

66 entries across 66 versions & 1 rubygems

Version Path
pheme-5.2.2 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-5.2.1 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-5.2.0 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-5.1.15 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-5.1.14 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-5.1.13 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-5.1.12 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-5.1.11 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-5.1.10 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-5.1.9 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-5.1.7 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-5.1.6 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-5.1.5 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-5.1.4 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-5.1.3 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-5.1.2 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-5.1.1 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-5.1.0 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-5.0.10 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-5.0.9 spec/support/example_queue_poller_with_inlined_handler.rb