pub type EndpointResolver = Arc<dyn Fn(&str) -> Option<BoxProcessor> + Send + Sync>;
pub struct EndpointResolver { /* private fields */ }