Class: Pwwka::ErrorHandlers::BaseErrorHandler
- Inherits:
-
Object
- Object
- Pwwka::ErrorHandlers::BaseErrorHandler
- Includes:
- Logging
- Defined in:
- lib/pwwka/error_handlers/base_error_handler.rb
Direct Known Subclasses
Crash, IgnorePayloadFormatErrors, NackAndIgnore, NackAndRequeueOnce
Constant Summary
Constants included from Logging
Instance Method Summary collapse
Methods included from Logging
Instance Method Details
#handle_error(receiver, queue_name, payload, delivery_info, exception) ⇒ Object
5 6 7 |
# File 'lib/pwwka/error_handlers/base_error_handler.rb', line 5 def handle_error(receiver,queue_name,payload,delivery_info,exception) raise "subclass must implement" end |