Class ChromaEmbeddingStoreProviderRegistrar

java.lang.Object
org.wildfly.extension.ai.embedding.store.ChromaEmbeddingStoreProviderRegistrar
All Implemented Interfaces:
org.wildfly.subsystem.resource.ChildResourceDefinitionRegistrar, org.wildfly.subsystem.resource.ResourceDefinitionRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration>

public class ChromaEmbeddingStoreProviderRegistrar extends Object implements org.wildfly.subsystem.resource.ChildResourceDefinitionRegistrar
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final org.jboss.as.controller.SimpleAttributeDefinition
     
    static final Collection<org.jboss.as.controller.AttributeDefinition>
     
    protected static final org.jboss.as.controller.SimpleAttributeDefinition
     
    protected static final org.jboss.as.controller.SimpleAttributeDefinition
     
    static final org.jboss.as.controller.PathElement
     
    static final org.jboss.as.controller.ResourceRegistration
     
    protected static final org.jboss.as.controller.SimpleAttributeDefinition
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ChromaEmbeddingStoreProviderRegistrar(org.jboss.as.controller.descriptions.ParentResourceDescriptionResolver parentResolver)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.as.controller.registry.ManagementResourceRegistration
    register(org.jboss.as.controller.registry.ManagementResourceRegistration parent, org.wildfly.subsystem.resource.ManagementResourceRegistrationContext mrrc)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • API_VERSION

      protected static final org.jboss.as.controller.SimpleAttributeDefinition API_VERSION
    • COLLECTION_NAME

      protected static final org.jboss.as.controller.SimpleAttributeDefinition COLLECTION_NAME
    • DATABASE_NAME

      protected static final org.jboss.as.controller.SimpleAttributeDefinition DATABASE_NAME
    • TENANT_NAME

      protected static final org.jboss.as.controller.SimpleAttributeDefinition TENANT_NAME
    • PATH

      public static final org.jboss.as.controller.PathElement PATH
    • REGISTRATION

      public static final org.jboss.as.controller.ResourceRegistration REGISTRATION
    • ATTRIBUTES

      public static final Collection<org.jboss.as.controller.AttributeDefinition> ATTRIBUTES
  • Constructor Details

    • ChromaEmbeddingStoreProviderRegistrar

      public ChromaEmbeddingStoreProviderRegistrar(org.jboss.as.controller.descriptions.ParentResourceDescriptionResolver parentResolver)
  • Method Details

    • register

      public org.jboss.as.controller.registry.ManagementResourceRegistration register(org.jboss.as.controller.registry.ManagementResourceRegistration parent, org.wildfly.subsystem.resource.ManagementResourceRegistrationContext mrrc)
      Specified by:
      register in interface org.wildfly.subsystem.resource.ResourceDefinitionRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration>