Interface InfinispanCachesBuildTimeConfig


@ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED) @ConfigMapping(prefix="quarkus.cache.infinispan") public interface InfinispanCachesBuildTimeConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the named Infinispan client to be used for communicating with Infinispan.
  • Method Details

    • clientName

      Optional<String> clientName()
      The name of the named Infinispan client to be used for communicating with Infinispan. If not set, use the default Infinispan client.