/PipesClientPython

Client python module to connect PipesHub.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

PipesClientPython

Client python module to connect PipesHub.

Usage

  1. request
    • Invoke an operation on the end-side without expecting a return.
  2. ask
    • Invoke an operation on the end-side with expecting a return.
  3. persist
    • Invoke an operation on end-side no immediate return but receives for incoming messages at any time.