Method: Beetle::Message#simple?

Defined in:
lib/beetle/message.rb

#simple?Boolean

whether this is a message we can process without accessing the deduplication store

Returns:

  • (Boolean)


162
163
164
# File 'lib/beetle/message.rb', line 162

def simple?
  !redundant? && attempts_limit == 1
end