Interface InfinispanEmbeddingStoreBuildTimeConfig


@ConfigRoot(phase=BUILD_TIME) @ConfigMapping(prefix="quarkus.langchain4j.infinispan") public interface InfinispanEmbeddingStoreBuildTimeConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the Infinispan client to use.
  • Method Details

    • clientName

      Optional<String> clientName()
      The name of the Infinispan client to use. These clients are configured by means of the `infinispan-client` extension. If unspecified, it will use the default Infinispan client.