Re: [akka-user] withAttributes scope

2015-04-25 Thread Roland Kuhn
Hi Jeff, The attributes apply to the whole graph that you call .withAttributes on, using ".via" allows you to scope it as you need it. Regards, Roland Sent from my iPhone > On 24 Apr 2015, at 23:59, Jeff wrote: > > What is the scope of .withAttributes()? Does it only apply to the stage tha

[akka-user] withAttributes scope

2015-04-24 Thread Jeff
What is the scope of .withAttributes()? Does it only apply to the stage that it is called on, or every stage up to that point? For Example Sink.empty.transform(() => ...).transform(() => ...).withAttributes(ActorOperationAttributes.dispatcher("test-dispatcher")) Are all the transformation stage