MqContextC - copy data from the read-data-package of the sourceCtx to the send-data-package of the targetCtx More...
Functions | |
static OT_ProcRet | py_mqmsgque_MqContextC_ProxyForward (MqContextC_ARGS) |
Python: → C-API send the entire read-data-package-data to the link-target … | |
static OT_ProcRet | py_mqmsgque_MqContextC_ProxyItem (MqContextC_ARGS) |
Python: → C-API Copy a single-data-item from the sourceCtx to the targetCtx. | |
MqContextC - copy data from the read-data-package of the sourceCtx to the send-data-package of the targetCtx
The proxy-feature is used in a filter-setup to process-and-forward incoming data.
Example: A typical proxy-setup in pseudo C++ code
|
static |
Python:
→ C-API sourceCtx.ProxyForward(targetCtx:MqContextC, ?dump:MqDumpC=None?, ?timeout:MkTimeoutE|int32=DEFAULT?)
send the entire read-data-package-data to the link-target …
Definition at line 1916 of file MqContextC_py.c.
|
static |
Python:
→ C-API sourceCtx.ProxyItem(targetCtx:MqContextC)
Copy a single-data-item from the sourceCtx to the targetCtx.
Definition at line 1936 of file MqContextC_py.c.