Does createRoot method gets called before handle method. In that case i can never get a handle of request in the createRoot method(though I know i can call super.handle in handle method later).
But is there a way to get request object in the createRoot method?

