|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CallableFuture<T>
A CallableFuture is something that can be used to reply to an RPC call asynchronously. Particularly for long running processes. RPC methods which return this type will be treated automatically as asynchronous.
The RPC reply only occurs when the setValue(Object)
method is invoked.
Method Summary | |
---|---|
void |
setValue(T responseValue)
The method called to provide the result value into the future. |
Method Detail |
---|
void setValue(T responseValue)
responseValue
- the response value of the call.
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |