pub type BatchInvokerFactory = Box<dyn Fn() -> Box<dyn BatchInvoker> + Send + Sync>;
Factory for creating BatchInvoker
pub struct BatchInvokerFactory(/* private fields */);