Enable queue alerts
(mut self)
| 336 | |
| 337 | /// Enable queue alerts |
| 338 | pub fn with_alerts(mut self) -> Self { |
| 339 | self.enable_alerts = true; |
| 340 | self |
| 341 | } |
| 342 | |
| 343 | /// Set default timeout for commands |
| 344 | pub fn with_timeout(mut self, timeout_ms: u64) -> Self { |
no outgoing calls