MqContextC - copy data from the read-data-package of the sourceCtx to the send-data-package of the targetCtx More...
Functions | |
static OT_ProcRet | rbmqmsgque_MqContextC_ProxyForward (MqContextC_ARGS) |
Ruby: → C-API send the entire read-data-package-data to the link-target … | |
static OT_ProcRet | rbmqmsgque_MqContextC_ProxyItem (MqContextC_ARGS) |
Ruby: → 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 |
Ruby:
→ C-API sourceCtx.ProxyForward(targetCtx:MqContextC, ?dump:MqDumpC=nil?, ?timeout:MkTimeoutE|int32=DEFAULT?)
send the entire read-data-package-data to the link-target …
Definition at line 1586 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API sourceCtx.ProxyItem(targetCtx:MqContextC)
Copy a single-data-item from the sourceCtx to the targetCtx.
Definition at line 1603 of file MqContextC_rb.c.