akka.actor.dsl
Class Inbox.Get

java.lang.Object
  extended by akka.actor.dsl.Inbox.Get
All Implemented Interfaces:
Inbox.Query, java.io.Serializable, scala.Equals, scala.Product
Enclosing interface:
Inbox

public static class Inbox.Get
extends java.lang.Object
implements Inbox.Query, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
Inbox.Get(scala.concurrent.duration.Deadline deadline, ActorRef client)
           
 
Method Summary
 ActorRef client()
           
 scala.concurrent.duration.Deadline deadline()
           
 Inbox.Get withClient(ActorRef c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

Inbox.Get

public Inbox.Get(scala.concurrent.duration.Deadline deadline,
                 ActorRef client)
Method Detail

deadline

public scala.concurrent.duration.Deadline deadline()
Specified by:
deadline in interface Inbox.Query

client

public ActorRef client()
Specified by:
client in interface Inbox.Query

withClient

public Inbox.Get withClient(ActorRef c)
Specified by:
withClient in interface Inbox.Query