Uses of Interface
io.apicurio.registry.storage.RegistryStorage
-
Packages that use RegistryStorage Package Description io.apicurio.registry.events io.apicurio.registry.storage io.apicurio.registry.storage.impl io.apicurio.registry.storage.impl.sql -
-
Uses of RegistryStorage in io.apicurio.registry.events
Classes in io.apicurio.registry.events that implement RegistryStorage Modifier and Type Class Description class
EventSourcedRegistryStorage
Constructors in io.apicurio.registry.events with parameters of type RegistryStorage Constructor Description EventSourcedRegistryStorage(RegistryStorage actualStorage, EventsService eventsService)
-
Uses of RegistryStorage in io.apicurio.registry.storage
Methods in io.apicurio.registry.storage that return RegistryStorage Modifier and Type Method Description RegistryStorage
RegistryStorageProducer. realImpl()
RegistryStorage
RegistryStorageProvider. storage()
-
Uses of RegistryStorage in io.apicurio.registry.storage.impl
Classes in io.apicurio.registry.storage.impl that implement RegistryStorage Modifier and Type Class Description class
AbstractRegistryStorage
-
Uses of RegistryStorage in io.apicurio.registry.storage.impl.sql
Classes in io.apicurio.registry.storage.impl.sql that implement RegistryStorage Modifier and Type Class Description class
AbstractSqlRegistryStorage
A SQL implementation of theRegistryStorage
interface.class
InMemoryRegistryStorage
An in-memory SQL implementation of theRegistryStorage
interface.
-