Package proton :: Module _tracing :: Class OutgoingMessageHandler
[frames] | no frames]

Class OutgoingMessageHandler

source code

                  object --+        
                           |        
             _events.Handler --+    
                               |    
_handlers.OutgoingMessageHandler --+
                                   |
                                  OutgoingMessageHandler

Instance Methods
 
on_settled(self, event)
Called when the remote peer has settled the outgoing message.
source code

Inherited from _handlers.OutgoingMessageHandler: __init__, on_accepted, on_delivery, on_link_flow, on_rejected, on_released, on_sendable

Inherited from _events.Handler: add, handlers, on_unhandled

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

on_settled(self, event)

source code 

Called when the remote peer has settled the outgoing message. This is the point at which it should never be retransmitted.

Overrides: _handlers.OutgoingMessageHandler.on_settled
(inherited documentation)