|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object play.libs.Akka
public class Akka
Helper to access the application defined Akka Actor system.
Constructor Summary | |
---|---|
Akka()
|
Method Summary | ||
---|---|---|
static
|
asPromise(scala.concurrent.Future<A> future)
Deprecated. Since 2.2. Use F.Promise.wrap(Future) instead. |
|
static
|
future(java.util.concurrent.Callable<T> callable)
Deprecated. Since 2.2. Use Promise#promise(Function0) instead. |
|
static akka.actor.ActorSystem |
system()
Retrieve the application Akka Actor system. |
|
static
|
timeout(java.util.concurrent.Callable<T> callable,
java.lang.Long duration,
java.util.concurrent.TimeUnit unit)
Deprecated. Since 2.2. Use Promise#delayed(Function0,long,TimeUnit) instead. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Akka()
Method Detail |
---|
@Deprecated public static <A> F.Promise<A> asPromise(scala.concurrent.Future<A> future)
F.Promise.wrap(Future)
instead.
public static akka.actor.ActorSystem system()
@Deprecated public static <T> F.Promise<T> future(java.util.concurrent.Callable<T> callable)
Promise#promise(Function0)
instead.
@Deprecated public static <T> F.Promise<T> timeout(java.util.concurrent.Callable<T> callable, java.lang.Long duration, java.util.concurrent.TimeUnit unit)
Promise#delayed(Function0,long,TimeUnit)
instead.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |