Class InMemoryEmbeddingStoreProviderRegistrar
java.lang.Object
org.wildfly.extension.ai.embedding.store.InMemoryEmbeddingStoreProviderRegistrar
- All Implemented Interfaces:
org.wildfly.subsystem.resource.ChildResourceDefinitionRegistrar,org.wildfly.subsystem.resource.ResourceDefinitionRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration>
public class InMemoryEmbeddingStoreProviderRegistrar
extends Object
implements org.wildfly.subsystem.resource.ChildResourceDefinitionRegistrar
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Collection<org.jboss.as.controller.AttributeDefinition>static final org.jboss.as.controller.PathElementprotected static final org.jboss.as.controller.SimpleAttributeDefinitionprotected static final org.jboss.as.controller.SimpleAttributeDefinition -
Constructor Summary
ConstructorsConstructorDescriptionInMemoryEmbeddingStoreProviderRegistrar(org.jboss.as.controller.descriptions.ParentResourceDescriptionResolver parentResolver) -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.as.controller.registry.ManagementResourceRegistrationregister(org.jboss.as.controller.registry.ManagementResourceRegistration parent, org.wildfly.subsystem.resource.ManagementResourceRegistrationContext context)
-
Field Details
-
STORE_PATH
protected static final org.jboss.as.controller.SimpleAttributeDefinition STORE_PATH -
STORE_RELATIVE_TO
protected static final org.jboss.as.controller.SimpleAttributeDefinition STORE_RELATIVE_TO -
ATTRIBUTES
-
PATH
public static final org.jboss.as.controller.PathElement PATH
-
-
Constructor Details
-
InMemoryEmbeddingStoreProviderRegistrar
public InMemoryEmbeddingStoreProviderRegistrar(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 context) - Specified by:
registerin interfaceorg.wildfly.subsystem.resource.ResourceDefinitionRegistrar<org.jboss.as.controller.registry.ManagementResourceRegistration>
-