Trait ya_runtime_api::server::RuntimeHandler [−][src]
pub trait RuntimeHandler {
fn on_process_status<'a>(&self, status: ProcessStatus) -> BoxFuture<'a, ()>;
fn on_runtime_status<'a>(&self, status: RuntimeStatus) -> BoxFuture<'a, ()>;
}Expand description
Process and internal event handler
Required methods
fn on_process_status<'a>(&self, status: ProcessStatus) -> BoxFuture<'a, ()>
fn on_process_status<'a>(&self, status: ProcessStatus) -> BoxFuture<'a, ()>
Process event handler
fn on_runtime_status<'a>(&self, status: RuntimeStatus) -> BoxFuture<'a, ()>
fn on_runtime_status<'a>(&self, status: RuntimeStatus) -> BoxFuture<'a, ()>
Runtime event handler