You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Context object and pass it in to the handle method, making the interface more similar to native languages.
Made several services private for small performance benefit.
Logger added to the Context object to operate in the same style as Java.
Example HelloHandler altered to use new interface and get logger from context instead of from an injected service (although both ways would still work).