MqContextC - copy data from the read-data-package of the sourceCtx to the send-data-package of the targetCtx More...
Functions | |
static OT_ProcRet | atlmqmsgque_MqContextC_ProxyForward (MqContextC_ARGS) |
Atl: → C-API send the entire read-data-package-data to the link-target … | |
static OT_ProcRet | atlmqmsgque_MqContextC_ProxyItem (MqContextC_ARGS) |
Atl: → 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 |
Atl:
→ C-API MqContextC::ProxyForward $sourceCtx targetCtx:MqContextC ?dump:MqDumpC=NULL? ?timeout:MkTimeoutE|int32=DEFAULT?
send the entire read-data-package-data to the link-target …
Definition at line 1922 of file MqContextC_atl.c.
|
static |
Atl:
→ C-API MqContextC::ProxyItem $sourceCtx targetCtx:MqContextC
Copy a single-data-item from the sourceCtx to the targetCtx.
Definition at line 1942 of file MqContextC_atl.c.