=str Use SeqActorName in more places

This commit is contained in:
Konrad Malawski 2015-11-23 15:50:58 +01:00
parent 5b3c04572f
commit df93b2f883
6 changed files with 26 additions and 20 deletions

View file

@ -59,8 +59,7 @@ object ActorMaterializer {
system.dispatchers,
context.actorOf(StreamSupervisor.props(materializerSettings, haveShutDown).withDispatcher(materializerSettings.dispatcher), StreamSupervisor.nextName()),
haveShutDown,
FlowNameCounter(system).counter,
namePrefix)
FlowNames(system).names.copy(namePrefix))
}
/**