Пример #1
0
 def _get_reply_to(self):
     return utf82unicode(pn_message_get_reply_to(self._msg))
Пример #2
0
    def reply_to(self) -> Optional[str]:
        """The reply-to address for the message.

        :raise: :exc:`MessageException` if there is any Proton error when using the setter.
        """
        return utf82unicode(pn_message_get_reply_to(self._msg))