MCPcopy Create free account
hub / github.com/apache/qpid-proton / reject

Method reject

python/proton/_utils.py:269–274  ·  view source on GitHub ↗

Reject the received message. The delivery is set to :const:`proton.Delivery.REJECTED`.

(self)

Source from the content-addressed store, hash-verified

267 self.settle(Delivery.ACCEPTED)
268
269 def reject(self) -> None:
270 """
271 Reject the received message. The delivery is set to
272 :const:`proton.Delivery.REJECTED`.
273 """
274 self.settle(Delivery.REJECTED)
275
276 def release(self, delivered: bool = True) -> None:
277 """

Callers

nothing calls this directly

Calls 1

settleMethod · 0.95

Tested by

no test coverage detected