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.0.8 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-5.0.7 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-5.0.6 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-5.0.5 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-5.0.4 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-5.0.3 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-5.0.2 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-5.0.1 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-5.0.0 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-4.1.1 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-4.1.0 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-4.0.15 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-4.0.14 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-4.0.13 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-4.0.12 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-4.0.11 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-4.0.10 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-4.0.9 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-4.0.8 spec/support/example_queue_poller_with_inlined_handler.rb
pheme-4.0.7 spec/support/example_queue_poller_with_inlined_handler.rb