def unbind(self):
        """
        Unbinds a transport from its AMQP connection.

        :raise: :exc:`TransportException` if there is any Proton error.
        """
        self._check(pn_transport_unbind(self._impl))
Exemple #2
0
 def unbind(self):
     """Release the connection"""
     self._check(pn_transport_unbind(self._impl))
Exemple #3
0
 def unbind(self):
     """Release the connection"""
     self._check(pn_transport_unbind(self._impl))