#include <ServiceConfiguration.h>
Configuration for supporting services.
|
|
const std::chrono::milliseconds | networkConnectionTimeout |
| | Network connection timeout.
|
| |
|
const std::chrono::milliseconds | networkTimeout |
| | Network timeout.
|
| |
◆ ServiceConfiguration()
| tenduke::ServiceConfiguration::ServiceConfiguration |
( |
const std::chrono::milliseconds & | networkTimeout = std::chrono::milliseconds::zero(), |
|
|
const std::chrono::milliseconds & | networkConnectionTimeout = std::chrono::seconds(60) ) |
|
inlineexplicit |
Constructs new instance.
- Parameters
-
| networkTimeout | timeout for network response. Default: does not time out |
| networkConnectionTimeout | timeout for network connection. Default: 60 seconds. |
The documentation for this class was generated from the following file: