akka.pattern
Class PipeToSupport.PipeableFuture<T>

java.lang.Object
  extended by akka.pattern.PipeToSupport.PipeableFuture<T>
Enclosing interface:
PipeToSupport

public static final class PipeToSupport.PipeableFuture<T>
extends java.lang.Object


Constructor Summary
PipeToSupport.PipeableFuture(scala.concurrent.Future<T> future, scala.concurrent.ExecutionContext executionContext)
           
 
Method Summary
 scala.concurrent.Future<T> future()
           
 scala.concurrent.Future<T> pipeTo(ActorRef recipient, ActorRef sender)
           
 scala.concurrent.Future<T> pipeToSelection(ActorSelection recipient, ActorRef sender)
           
 PipeToSupport.PipeableFuture<T> to(ActorRef recipient)
           
 PipeToSupport.PipeableFuture<T> to(ActorRef recipient, ActorRef sender)
           
 PipeToSupport.PipeableFuture<T> to(ActorSelection recipient)
           
 PipeToSupport.PipeableFuture<T> to(ActorSelection recipient, ActorRef sender)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipeToSupport.PipeableFuture

public PipeToSupport.PipeableFuture(scala.concurrent.Future<T> future,
                                    scala.concurrent.ExecutionContext executionContext)
Method Detail

future

public scala.concurrent.Future<T> future()

pipeTo

public scala.concurrent.Future<T> pipeTo(ActorRef recipient,
                                         ActorRef sender)

pipeToSelection

public scala.concurrent.Future<T> pipeToSelection(ActorSelection recipient,
                                                  ActorRef sender)

to

public PipeToSupport.PipeableFuture<T> to(ActorRef recipient)

to

public PipeToSupport.PipeableFuture<T> to(ActorRef recipient,
                                          ActorRef sender)

to

public PipeToSupport.PipeableFuture<T> to(ActorSelection recipient)

to

public PipeToSupport.PipeableFuture<T> to(ActorSelection recipient,
                                          ActorRef sender)