Uses of Interface
io.apicurio.registry.storage.impexp.EntityInputStream
-
Packages that use EntityInputStream Package Description io.apicurio.registry.events io.apicurio.registry.storage io.apicurio.registry.storage.impl.sql -
-
Uses of EntityInputStream in io.apicurio.registry.events
Methods in io.apicurio.registry.events with parameters of type EntityInputStream Modifier and Type Method Description void
EventSourcedRegistryStorage. importData(EntityInputStream entities)
-
Uses of EntityInputStream in io.apicurio.registry.storage
Methods in io.apicurio.registry.storage with parameters of type EntityInputStream Modifier and Type Method Description void
RegistryStorage. importData(EntityInputStream entities)
Called to import previously exported data into the registry. -
Uses of EntityInputStream in io.apicurio.registry.storage.impl.sql
Methods in io.apicurio.registry.storage.impl.sql with parameters of type EntityInputStream Modifier and Type Method Description void
AbstractSqlRegistryStorage. importData(EntityInputStream entities)
-