이 콘텐츠는 선택한 언어로 제공되지 않습니다.
15.5. Notifying Futures
15.5.1. About NotifyingFutures 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
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.