Class | Qpid::Proton::Disposition |
In: |
lib/core/disposition.rb
|
Parent: | Object |
@deprecated use {Delivery}
PROTON_METHOD_PREFIX | = | "pn_disposition" | @private | |
ACCEPTED | = | Cproton::PN_ACCEPTED | ||
REJECTED | = | Cproton::PN_REJECTED | ||
RELEASED | = | Cproton::PN_RELEASED | ||
MODIFIED | = | Cproton::PN_MODIFIED | ||
RECEIVED | = | Cproton::PN_RECEIVED |
impl | [R] |
Sets the annotations for the disposition.
@param annotations [Codec::Data] The annotations.
@raise [AttributeError] If the disposition is remote.
Returns the condition of the disposition.
@return [Codec::Data] The condition of the disposition.
Sets the condition for the disposition.
@param condition [Codec::Data] The condition.
@raise [AttributeError] If the disposition is remote.
Sets the data for the disposition.
@param data [Codec::Data] The data.
@raise [AttributeError] If the disposition is remote.