(mut self, config: SessionQueueConfig)
| 97 | } |
| 98 | |
| 99 | pub fn with_queue_config(mut self, config: SessionQueueConfig) -> Self { |
| 100 | self.queue_config = Some(config); |
| 101 | self |
| 102 | } |
| 103 | |
| 104 | /// Enable default security provider with taint tracking and output sanitization |
| 105 | pub fn with_default_security(mut self) -> Self { |
no outgoing calls