WIP initial typed streams adapters
Adapt ref source and sink for typed * do not use the typed teskit temporarily
This commit is contained in:
parent
84b8f3ac29
commit
171bb6c231
16 changed files with 657 additions and 39 deletions
|
|
@ -210,7 +210,7 @@ object Sink {
|
|||
*/
|
||||
def actorRefWithAck[In](ref: ActorRef, onInitMessage: Any, ackMessage: Any, onCompleteMessage: Any,
|
||||
onFailureMessage: function.Function[Throwable, Any]): Sink[In, NotUsed] =
|
||||
new Sink(scaladsl.Sink.actorRefWithAck[In](ref, onInitMessage, ackMessage, onCompleteMessage, onFailureMessage.apply))
|
||||
new Sink(scaladsl.Sink.actorRefWithAck[In](ref, onInitMessage, ackMessage, onCompleteMessage, onFailureMessage.apply _))
|
||||
|
||||
/**
|
||||
* Creates a `Sink` that is materialized to an [[akka.actor.ActorRef]] which points to an Actor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue