Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 569 Bytes

File metadata and controls

12 lines (10 loc) · 569 Bytes

Change log

  • 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).

Initial project set up.