class RisingDragon::SQS::Handler
Public Instance Methods
handle(_event)
click to toggle source
# File lib/rising_dragon/sqs/handler.rb, line 4 def handle(_event) # overwrite here :) raise ::RisingDragon::UnOverwriteHandle end