Deprecate actor materializer (#27538)
This commit is contained in:
parent
8765a4fbe6
commit
b68d67008a
118 changed files with 1233 additions and 731 deletions
|
|
@ -13,7 +13,6 @@ object SourceOperators {
|
|||
//#sourceFromFuture
|
||||
|
||||
import akka.actor.ActorSystem
|
||||
import akka.stream.ActorMaterializer
|
||||
import akka.stream.scaladsl._
|
||||
import akka.{ Done, NotUsed }
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ import akka.stream.scaladsl.Source
|
|||
object Scan {
|
||||
def scanExample(): Unit = {
|
||||
import akka.actor.ActorSystem
|
||||
import akka.stream.ActorMaterializer
|
||||
|
||||
implicit val system: ActorSystem = ActorSystem()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue