pub fn create_adapters(
configs: &[AdapterConfig],
) -> Result<Vec<Arc<dyn ChannelAdapter>>, Box<Error>>Expand description
Creates channel adapters based on the provided configuration.
pub fn create_adapters(
configs: &[AdapterConfig],
) -> Result<Vec<Arc<dyn ChannelAdapter>>, Box<Error>>Creates channel adapters based on the provided configuration.