!str #16951 Unify scaladsl and javadsl OperationAttributes
* Move actor specific attributes to ActorOperationAttributes
This commit is contained in:
parent
4388782af4
commit
00033313e0
55 changed files with 183 additions and 137 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue