pub async fn create_config_stream(
config: &GenericConfiguration,
) -> Result<Receiver<ConfigUpdate>, GenericError>
Expand description
Creates a new ConfigStreamer
that receives a stream of config events from the remote agent.
pub async fn create_config_stream(
config: &GenericConfiguration,
) -> Result<Receiver<ConfigUpdate>, GenericError>
Creates a new ConfigStreamer
that receives a stream of config events from the remote agent.