Hi, I'm working on a server-side framework and i would like to know if we can intercept remote method invocation and handle it as event to avoid keeping all method implementation inside ApplicationAdapter. Thank you.