Sha256: 054b358b1ab6072d00096042b2c43a1d18800bef681b8122501aeacfb112600a

Contents?: true

Size: 335 Bytes

Versions: 85

Compression:

Stored size: 335 Bytes

Contents

require_relative 'example_queue_poller'

#
# Example for pollers that consume internal AWS Events,
# like S3 notifications, CloudWatch events, etc.
#
# This poller's output message will be a list of hashes,
# each containing one event.
#
class ExampleAwsEventQueuePoller < ExampleQueuePoller
  include Pheme::MessageType::AwsEvent
end

Version data entries

85 entries across 85 versions & 1 rubygems

Version Path
pheme-6.0.0 spec/support/example_aws_event_queue_poller.rb
pheme-5.3.4 spec/support/example_aws_event_queue_poller.rb
pheme-5.3.3 spec/support/example_aws_event_queue_poller.rb
pheme-5.3.0 spec/support/example_aws_event_queue_poller.rb
pheme-5.2.16 spec/support/example_aws_event_queue_poller.rb
pheme-5.2.15 spec/support/example_aws_event_queue_poller.rb
pheme-5.2.14 spec/support/example_aws_event_queue_poller.rb
pheme-5.2.13 spec/support/example_aws_event_queue_poller.rb
pheme-5.2.12 spec/support/example_aws_event_queue_poller.rb
pheme-5.2.11 spec/support/example_aws_event_queue_poller.rb
pheme-5.2.10 spec/support/example_aws_event_queue_poller.rb
pheme-5.2.9 spec/support/example_aws_event_queue_poller.rb
pheme-5.2.8 spec/support/example_aws_event_queue_poller.rb
pheme-5.2.7 spec/support/example_aws_event_queue_poller.rb
pheme-5.2.6 spec/support/example_aws_event_queue_poller.rb
pheme-5.2.5 spec/support/example_aws_event_queue_poller.rb
pheme-5.2.4 spec/support/example_aws_event_queue_poller.rb
pheme-5.2.3 spec/support/example_aws_event_queue_poller.rb
pheme-5.2.2 spec/support/example_aws_event_queue_poller.rb
pheme-5.2.1 spec/support/example_aws_event_queue_poller.rb