Method: Qpid::Proton::Delivery#modify

Defined in:
lib/core/delivery.rb

#modifyObject

Deprecated.

use #release with modification options



68
69
70
71
# File 'lib/core/delivery.rb', line 68

def modify()
  deprecated __method__, "release(modification_options)"
  release failed=>true
end