stream configuration class
More...
stream configuration class
default values:
◆ constructor() [1/2]
constructor taking an OMQ::QorusSystemRestHelper object for the remote connection
- Parameters
-
| stream | a string giving the name of the stream that will be used |
| remote | a OMQ::QorusSystemRestHelper object |
| options | optional Streaming API Constructor Options as follows:
"block": data block size
"loglevel": a default log level option for logging; see Log Levels for valid value
"no_remote_timeout": if True the "timeout" option will not be sent to the remote
"timeout": an HTTP socket timeout value in milliseconds; used locally and in the remote for socket I/O and queue operations; default value: 5m
|
- Note
- the explicit or default timeout value here overrides any socket I/O timeout set for the remote connection object
◆ constructor() [2/2]
| OMQ::StreamConfig::constructor |
( |
string |
stream, |
|
|
string |
remote, |
|
|
*hash< auto > |
options |
|
) |
| |
constructor taking a string giving the name of the remote connection for the remote server
- Parameters
-
| stream | a string giving the name of the stream that will be used |
| remote | a string giving the name of the remote connection for the remote server |
| options | optional Streaming API Constructor Options as follows:
"block": data block size
"loglevel": a default log level option for logging; see Log Levels for valid value
"no_remote_timeout": if True the "timeout" option will not be sent to the remote
"timeout": an HTTP socket timeout value in milliseconds; used locally and in the remote for socket I/O and queue operations; default value: 5m
|
- Note
- the explicit or default timeout value here overrides any socket I/O timeout set for the remote connection object
◆ m_stream
| string OMQ::StreamConfig::m_stream |
|
private |
no public members
the remote sqlutil service stream
The documentation for this class was generated from the following file: