Class InfinispanRecorder
java.lang.Object
io.quarkus.infinispan.client.runtime.InfinispanRecorder
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final classHelper to lazily create Infinispan clients. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.quarkus.arc.runtime.BeanContainerListenerconfigureInfinispan(Map<String, Properties> properties) Supplier<org.infinispan.counter.api.CounterManager> infinispanCounterManagerSupplier(String clientName) Supplier<org.infinispan.client.hotrod.RemoteCacheManager> infinispanRemoteCacheManagerSupplier(String clientName) <K,V> Supplier <org.infinispan.client.hotrod.RemoteCache<K, V>> infinispanRemoteCacheSupplier(String clientName, String cacheName) io.quarkus.runtime.RuntimeValue<org.infinispan.client.hotrod.RemoteCacheManager> initializeClient(String name)
-
Constructor Details
-
InfinispanRecorder
public InfinispanRecorder()
-
-
Method Details
-
configureInfinispan
public io.quarkus.arc.runtime.BeanContainerListener configureInfinispan(Map<String, Properties> properties) -
infinispanRemoteCacheManagerSupplier
-
infinispanCounterManagerSupplier
-
infinispanRemoteCacheSupplier
-
initializeClient
public io.quarkus.runtime.RuntimeValue<org.infinispan.client.hotrod.RemoteCacheManager> initializeClient(String name)
-