Class InfinispanGetWrapper


  • public class InfinispanGetWrapper
    extends Object
    • Constructor Detail

      • InfinispanGetWrapper

        public InfinispanGetWrapper​(org.infinispan.client.hotrod.RemoteCache cache,
                                    Map<Object,​CompletableFuture<Object>> synchronousGetLocks)
    • Method Detail

      • get

        public <K,​V> io.smallrye.mutiny.Uni<V> get​(K key,
                                                         Function<K,​V> valueLoader)