theLink 10.0
Loading...
Searching...
No Matches
MqServiceIF.java
Go to the documentation of this file.
1
9/* LABEL-NO */
10package jvmqmsgque;
11
14public interface MqServiceIF {
15 void Callback (MqContextC ctx);
16}
17
MqContextC - the class known as ctx or context is the application-handle of the application-server an...
used for callback function pointer management → C-API: MqCallbackS
void Callback(MqContextC ctx)