Skip to main content

node_router_with_checkpoint

Function node_router_with_checkpoint 

Source
pub fn node_router_with_checkpoint<R>(
    runtime: Arc<NodeRuntime>,
    recorder: R,
    coordinator: Arc<CheckpointCoordinator>,
) -> Router
where R: RecorderRpc + Clone + Send + Sync + 'static,