Class AbstractBlockingPop.PollListenerSynchronizer
java.lang.Object
org.infinispan.server.resp.commands.list.blocking.AbstractBlockingPop.PollListenerSynchronizer
- Enclosing class:
AbstractBlockingPop
PollListenerSynchronizer
This class synchronizes the access to a CompletableFuture `resultFuture` so
that its final value will be completed either
- with value v by an onListenerAdded() call if a not null value is found
- otherwise by onEvent(k) call if the referred entry is not null or empty
-
Method Summary