Interface | Description |
---|---|
AsyncTask |
A handle representing an asynchronous task that has been submitted to the message bus.
|
HasAsyncTaskRef |
Errai schedulers that accept a Runnable and produce an
AsyncTask will
inject the AsyncTask instance into the runnable if it implements this
interface. |
TaskManager |
A deferred, delayed, and periodic scheduling facility that has
implementations which behave the same on the client or the server.
|
TaskManagerProvider |
Class | Description |
---|---|
ClientTaskManager |
The client-side implementation of
TaskManager . |
TaskManagerFactory |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.