Package org.apache.pekko.pattern
Class PipeToSupport.PipeableFuture<T>
java.lang.Object
org.apache.pekko.pattern.PipeToSupport.PipeableFuture<T>
- Enclosing interface:
- PipeToSupport
-
Constructor Summary
ConstructorsConstructorDescriptionPipeableFuture(scala.concurrent.Future<T> future, scala.concurrent.ExecutionContext executionContext) -
Method Summary
Modifier and TypeMethodDescriptionscala.concurrent.Future<T>future()scala.concurrent.Future<T>pipeTo$default$2(ActorRef recipient) scala.concurrent.Future<T>pipeToSelection(ActorSelection recipient, ActorRef sender) pipeToSelection$default$2(ActorSelection recipient) to(ActorSelection recipient) to(ActorSelection recipient, ActorRef sender)
-
Constructor Details
-
PipeableFuture
public PipeableFuture(scala.concurrent.Future<T> future, scala.concurrent.ExecutionContext executionContext)
-
-
Method Details
-
future
-
pipeTo
-
pipeTo$default$2
-
pipeToSelection
-
pipeToSelection$default$2
-
to
-
to
-
to
-
to
-