pub async fn run_grpc_server(
provider: Arc<dyn BindingsProviderApi>,
addr_str: &str,
) -> Result<GrpcServerHandles>Expand description
Configures and runs the main alien-bindings gRPC server.
This server will host all implemented gRPC services (Storage, KV, Queue, Control, etc.). Returns handles for drain coordination, control service, and readiness notification.