Re: [DISCUSS] Add method for each Akka message

2015-03-12 Thread Henry Saputra
+1 for the idea too. Should make it easier to trace/ debug. - Henry On Tue, Mar 10, 2015 at 5:45 AM, Stephan Ewen wrote: > +1, let's change this lazily whenever we work on an action/message, we pull > the handling out into a dedicated method. > > On Tue, Mar 10, 2015 at 11:49 AM, Ufuk Celebi w

Re: [DISCUSS] Add method for each Akka message

2015-03-10 Thread Stephan Ewen
+1, let's change this lazily whenever we work on an action/message, we pull the handling out into a dedicated method. On Tue, Mar 10, 2015 at 11:49 AM, Ufuk Celebi wrote: > Hey all, > > I currently find it a little bit frustrating to navigate between different > task manager operations like canc