=str Use SeqActorName in more places
This commit is contained in:
parent
5b3c04572f
commit
df93b2f883
6 changed files with 26 additions and 20 deletions
|
|
@ -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))
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue