!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
|
|
@ -6,7 +6,7 @@ package akka.stream.impl
|
|||
import java.util.concurrent.atomic.{ AtomicInteger, AtomicBoolean, AtomicReference }
|
||||
|
||||
import akka.stream.impl.StreamLayout.Module
|
||||
import akka.stream.scaladsl.{ Keep, OperationAttributes }
|
||||
import akka.stream.scaladsl.Keep
|
||||
import akka.stream._
|
||||
import org.reactivestreams.{ Subscription, Publisher, Subscriber }
|
||||
import akka.event.Logging.simpleName
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue