Exemplo n.º 1
0
    def local_state(self):
        """
        A string representation of the local state of the delivery.

        :type: ``str``
        """
        return DispositionType.get(pn_delivery_local_state(self._impl))
Exemplo n.º 2
0
 def local_state(self):
     """Returns the local state of the delivery."""
     return DispositionType.get(pn_delivery_local_state(self._impl))
Exemplo n.º 3
0
 def local_state(self):
     """Returns the local state of the delivery."""
     return DispositionType.get(pn_delivery_local_state(self._impl))