Uses of Class
play.Invoker.Invocation
-
Packages that use Invoker.Invocation Package Description play play.jobs play.server -
-
Uses of Invoker.Invocation in play
Subclasses of Invoker.Invocation in play Modifier and Type Class Description static class
Invoker.DirectInvocation
A direct invocation (in the same thread than caller)Methods in play with parameters of type Invoker.Invocation Modifier and Type Method Description static java.util.concurrent.Future<?>
Invoker. invoke(Invoker.Invocation invocation)
Run the code in a new thread took from a thread pool.static java.util.concurrent.Future<?>
Invoker. invoke(Invoker.Invocation invocation, long millis)
Run the code in a new thread after a delay -
Uses of Invoker.Invocation in play.jobs
Subclasses of Invoker.Invocation in play.jobs Modifier and Type Class Description class
Job<V>
A job is an asynchronously executed unit of work -
Uses of Invoker.Invocation in play.server
Subclasses of Invoker.Invocation in play.server Modifier and Type Class Description class
PlayHandler.NettyInvocation
static class
PlayHandler.WebSocketInvocation
class
ServletWrapper.ServletInvocation
-