Interface InfinispanClientBuildTimeConfig


public interface InfinispanClientBuildTimeConfig
Author:
William Burns
  • Method Details

    • nearCacheMaxEntries

      @Deprecated @WithDefault("0") int nearCacheMaxEntries()
      Deprecated.
      use per cache configuration for near cache max entries
      Sets the bounded entry count for near cache. If this value is 0 or less near cache is disabled.
    • marshallerClass

      Optional<String> marshallerClass()
      Sets the marshallerClass. Default is ProtoStreamMarshaller
    • transportFactory

      @WithDefault("io.quarkus.infinispan.client.runtime.QuarkusTransportFactory") String transportFactory()
      Sets the transport Factory. Default is QuarkusTransportFactory
    • cache

      Configures caches build time config from the client with the provided configuration.
    • devservices

      Dev Services.

      Dev Services allows Quarkus to automatically start an Infinispan Server in dev and test mode.