ServiceMethodGate provides a gateway to service methods.
More...
|
|
| constructor (string t, string n) |
| | creates the object
|
| |
|
auto | methodGate (string m,...) |
| | transparently redirects method calls to the service
|
| |
|
auto | externalMethodGateArgs (string m, auto args) |
| | redirects external calls to the service method
|
| |
|
auto | internalMethodGateArgs (string m, auto args) |
| | redirects internal calls to the service method
|
| |
ServiceMethodGate provides a gateway to service methods.
- Note
- This class is not designed to be used directly; use omqservice instead
The documentation for this class was generated from the following file: