pub type RouteHandler<S> = Arc<dyn Fn(CommitEvent, S) -> BoxFuture<'static, Result<()>> + Send + Sync>;
Handler function type for the event router.
pub struct RouteHandler<S> { /* private fields */ }