MqContextC - copy data from the read-data-package of the sourceCtx to the send-data-package of the targetCtx More...
Functions | |
void | ccmqmsgque::MqContextC::ProxyForward (MqContextC *targetCtx, MqDumpC *dump=NULL, MK_TIME_T timeout=MK_TIMEOUT_DEFAULT) |
C++: → C-API send the entire read-data-package-data to the link-target … | |
void | ccmqmsgque::MqContextC::ProxyForward (const MqContextC &targetCtx, const MqDumpC &dump, MK_TIME_T timeout=MK_TIMEOUT_DEFAULT) |
C++: → C-API send the entire read-data-package-data to the link-target … | |
void | ccmqmsgque::MqContextC::ProxyItem (MqContextC *targetCtx) |
C++: → C-API Copy a single-data-item from the sourceCtx to the targetCtx. | |
void | ccmqmsgque::MqContextC::ProxyItem (const MqContextC &targetCtx) |
C++: → 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
The proxy-feature is used in a filter-setup to process-and-forward incoming data.
Example: A typical proxy-setup in pseudo C++ code
|
inline |
C++:
→ C-API sourceCtx.ProxyForward(MqContextC* targetCtx, MqDumpC* dump = NULL, MK_TIME_T timeout = MK_TIMEOUT_DEFAULT)
send the entire read-data-package-data to the link-target …
Definition at line 1037 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API sourceCtx.ProxyForward(MqContextC* targetCtx, MqDumpC* dump = NULL, MK_TIME_T timeout = MK_TIMEOUT_DEFAULT)
send the entire read-data-package-data to the link-target …
Definition at line 1028 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API sourceCtx.ProxyItem(MqContextC* targetCtx)
Copy a single-data-item from the sourceCtx to the targetCtx.
Definition at line 1054 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API sourceCtx.ProxyItem(MqContextC* targetCtx)
Copy a single-data-item from the sourceCtx to the targetCtx.
Definition at line 1046 of file MqContextC_inline_cc.hh.