com.apamax.matlab
Event MatlabServiceConfig


This sets up the debug channel for the MATLAB engine.
Member summary
 stringchannel

If channel is non-empty response events are emitted to the specified channel. Otherwise, the response events are routed. The default value is "" (route).
Deprecated:
This parameter has been deprecated, and will be removed in a later version
 booleanserviceMonitorDebugLogging

If serviceMonitorDebugLogging is true, the MatlabService monitor will log debug messages at INFO. The default value is false.
 integerprecision

The default value is 6. Set the float precision returned in Get Float requests (GetFloat, GetFloatSeq, GetFloatMatrix).
 
Member detail

channel

            string channel
        
Deprecated:
This parameter has been deprecated, and will be removed in a later version
If channel is non-empty response events are emitted to the specified channel. Otherwise, the response events are routed. The default value is "" (route).

precision

            integer precision
        
The default value is 6. Set the float precision returned in Get Float requests (GetFloat, GetFloatSeq, GetFloatMatrix).

serviceMonitorDebugLogging

            boolean serviceMonitorDebugLogging
        
If serviceMonitorDebugLogging is true, the MatlabService monitor will log debug messages at INFO. The default value is false.