Kim van der Riet created PROTON-2093:
----------------------------------------

             Summary: [python] Some examples use undocumented messaging handlers
                 Key: PROTON-2093
                 URL: https://issues.apache.org/jira/browse/PROTON-2093
             Project: Qpid Proton
          Issue Type: Task
          Components: examples, python-binding
            Reporter: Kim van der Riet


The Sphinx documentation will only document the following handlers:
 * MessagingHandler
 * TransactionHandler
 * TransactionalClientHandler (which is derived from MessagingHandler and 
TransactionHandler)

However, the examples are using other handlers as follows:
 * helloworld_blocking.py uses IncomingMessageHandler
 * proton_tornado.py imports IOHandler
 * server_tx.py imports both MessagingHandler, TransactionHandler (perhaps it 
should use TransactionalClientHandler?)
 * sync_client.py uses IncomingMessageHandler
 * tx_recv_interactive.py imports both MessagingHandler, TransactionHandler 
(use TransactionalClientHandler?)
 * tx_recv.py uses both MessagingHandler, TransactionHandler (use 
TransactionalClientHandler?)

These examples need to be checked for consistency and if appropriate, modified 
to use the documented handler(s).



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to