Class RegisterAiService.BeanIfExistsAuditServiceSupplier

java.lang.Object
io.quarkiverse.langchain4j.RegisterAiService.BeanIfExistsAuditServiceSupplier
All Implemented Interfaces:
Supplier<AuditService>
Enclosing class:
RegisterAiService

public static final class RegisterAiService.BeanIfExistsAuditServiceSupplier extends Object implements Supplier<AuditService>
Marker that is used to tell Quarkus to use the AuditService that the user has configured as a CDI bean. If no such bean exists, then no audit service will be used.
  • Constructor Details

    • BeanIfExistsAuditServiceSupplier

      public BeanIfExistsAuditServiceSupplier()
  • Method Details