!str #16951 Unify scaladsl and javadsl OperationAttributes

* Move actor specific attributes to ActorOperationAttributes
This commit is contained in:
Patrik Nordwall 2015-04-10 16:49:49 +02:00
parent 4388782af4
commit 00033313e0
55 changed files with 183 additions and 137 deletions

View file

@ -3,6 +3,7 @@ package docs.stream
import akka.stream.{ OverflowStrategy, ActorFlowMaterializerSettings, ActorFlowMaterializer }
import akka.stream.scaladsl._
import akka.stream.testkit.AkkaSpec
import akka.stream.OperationAttributes
class StreamBuffersRateSpec extends AkkaSpec {
implicit val mat = ActorFlowMaterializer()