MqContextC - various function to setup a interface for the context … More...
MqContextC - various function to setup a interface for the context …
The "Setup"-Callback is special because this callback have to be callable by the server child and/or the slave context.
To distinguish the server child and slave the following functions are used:
"if"
clause and the child/parent check"if"
clause and the master/slave check
"if"
clause and the server/child check
|
static |
Ruby:
→ C-API ctx.ConfigSetBgError(?callback:callable=nil?)
set the MqSetupS::BgError
Definition at line 754 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ConfigSetEvent(?callback:callable=nil?)
set the MqSetupS::Event
Definition at line 769 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ConfigSetServerCleanup(?callback:callable=nil?)
set the MqSetupS::ServerCleanup
Definition at line 784 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ConfigSetServerSetup(?callback:callable=nil?)
set the MqSetupS::ServerSetup
Definition at line 799 of file MqContextC_rb.c.