public final class JAFuture extends Object
Used both in the program's main method and in testing to send a request to an actor and wait for a response.
Factorial factorial = new Factorial(mailboxFactory.createMailbox()); JAFuture future = new JAFuture(); future.send(factorial, null);
Constructor and Description |
---|
JAFuture() |
Copyright © 2012. All Rights Reserved.