Este conteúdo não está disponível no idioma selecionado.
8.4. Return Values and the Asynchronous API
When the asynchronous API is used in JBoss Data Grid, the client code requires the asynchronous operation to return either the
Future or the NotifyingFuture in order to query the previous value.
Note
NotifyingFutures are available in JBoss Data Grid's library mode only.
Call the following operation to obtain the result of an asynchronous operation. This operation blocks threads when called.
Future.get()
Future.get()