Method: Beetle::Message#retry_on

Defined in:
lib/beetle/message.rb

#retry_onObject (readonly)

array of exceptions accepted to be rescued and retried



59
60
61
# File 'lib/beetle/message.rb', line 59

def retry_on
  @retry_on
end