+str enable custom Attributes, add a few more helper methods for attribute querying

This commit is contained in:
Mathias 2015-11-11 21:29:38 +01:00
parent e50a5ee6fc
commit 8e0373731d
2 changed files with 30 additions and 4 deletions

View file

@ -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
}
}
}