+str enable custom Attributes, add a few more helper methods for attribute querying
This commit is contained in:
parent
e50a5ee6fc
commit
8e0373731d
2 changed files with 30 additions and 4 deletions
|
|
@ -55,8 +55,7 @@ private[akka] case class ActorMaterializerImpl(system: ActorSystem,
|
|||
case InputBuffer(initial, max) ⇒ s.withInputBuffer(initial, max)
|
||||
case Dispatcher(dispatcher) ⇒ s.withDispatcher(dispatcher)
|
||||
case SupervisionStrategy(decider) ⇒ s.withSupervisionStrategy(decider)
|
||||
case l: LogLevels ⇒ s
|
||||
case Name(_) ⇒ s
|
||||
case _ ⇒ s
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue