pub async fn start_embedded_gateway_runtime(
runtime: GatewayRuntimeConfig,
listener: TcpListener,
shutdown_rx: Receiver<bool>,
) -> Result<EmbeddedGatewayRuntime>pub async fn start_embedded_gateway_runtime(
runtime: GatewayRuntimeConfig,
listener: TcpListener,
shutdown_rx: Receiver<bool>,
) -> Result<EmbeddedGatewayRuntime>