Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
15.5. Notifying Futures
15.5.1. About NotifyingFutures Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
Methods in JBoss Data Grid do not return Java Development Kit (JDK)
Futures
, but a sub-interface known as a NotifyingFuture
. Unlike a JDK Future
, a listener can be attached to a NotifyingFuture
to notify the user about a completed future.
Note
In JBoss Data Grid,
NotifyingFutures
are only available in Library mode.