コード例 #1
0
    def close_tail(self):
        """
        Indicate that the input has reached End Of Stream (EOS).

        This tells the transport that no more input will be forthcoming.

        :raise: :exc:`TransportException` if there is any Proton error.
        """
        self._check(pn_transport_close_tail(self._impl))
コード例 #2
0
ファイル: _transport.py プロジェクト: apache/qpid-proton
 def close_tail(self):
     self._check(pn_transport_close_tail(self._impl))
コード例 #3
0
ファイル: _transport.py プロジェクト: archerabi/qpid-proton
 def close_tail(self):
     self._check(pn_transport_close_tail(self._impl))