3.4. NotifyingFuture
The
NotifyingFuture
interface is being deprecated in JBoss Data Grid 6.6.0 in favor of the standard Java 8 CompletableFuture
, and is expected to be removed in JBoss Data Grid 7.0. NotifyingFuture
is currently returned by all async methods in both Cache
and RemoteCache
, and will require applications using these methods to use the new class once available.