+str #15173 Add user support for actor consumer endpoint
* with full control over back pressure * and pluggable request strategy
This commit is contained in:
parent
f1a483929b
commit
902e6ee6f8
8 changed files with 577 additions and 44 deletions
|
|
@ -7,6 +7,7 @@ import akka.stream.MaterializerSettings
|
|||
import akka.actor.{ Actor, Terminated, ActorRef }
|
||||
import org.reactivestreams.spi.{ Subscriber, Subscription }
|
||||
import org.reactivestreams.api.Producer
|
||||
import akka.stream.actor.ActorConsumer.{ OnNext, OnError, OnComplete, OnSubscribe }
|
||||
|
||||
/**
|
||||
* INTERNAL API
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue