lib/stealth/services/base_message_handler.rb in stealth-0.9.5 vs lib/stealth/services/base_message_handler.rb in stealth-0.9.6
- old
+ new
@@ -12,10 +12,10 @@
@headers = headers
end
# Should respond with a Rack response (https://github.com/sinatra/sinatra#return-values)
def coordinate
- raise(Stealth::Errors::ServiceImpaired, "Service request handler does not implement 'process'.")
+ raise(Stealth::Errors::ServiceImpaired, "Service request handler does not implement 'process'")
end
# After coordinate responds to the service, an optional async job
# may be fired that will continue the work via this method
def process