Class InfinispanClientBuildTimeConfig
- java.lang.Object
-
- io.quarkus.infinispan.client.runtime.InfinispanClientBuildTimeConfig
-
@ConfigRoot(name="infinispan-client", phase=BUILD_AND_RUN_TIME_FIXED) public class InfinispanClientBuildTimeConfig extends Object
- Author:
- William Burns
-
-
Field Summary
Fields Modifier and Type Field Description booleanhealthEnabledWhether a health check is published in case the smallrye-health extension is present.intnearCacheMaxEntriesSets the bounded entry count for near cache.
-
Constructor Summary
Constructors Constructor Description InfinispanClientBuildTimeConfig()
-
-
-
Field Detail
-
healthEnabled
@ConfigItem(name="health.enabled", defaultValue="true") public boolean healthEnabled
Whether a health check is published in case the smallrye-health extension is present.
-
nearCacheMaxEntries
@ConfigItem public int nearCacheMaxEntries
Sets the bounded entry count for near cache. If this value is 0 or less near cache is disabled.
-
-