States of a message transfer
Message was successfully processed by the receiver
Like {RELEASED}, but there are modifications (see {Tracker#modifications}) that must be applied to the message by the {Sender} before re-delivering it.
Partial message data received. Only used during link recovery.
Message rejected as invalid and unprocessable by the receiver.
Message was not (and will not be) processed by the receiver, but may be acceptable if re-delivered to another receiver
# File lib/core/disposition.rb, line 51 def self.included(klass) klass.extend ClassMethods; end