Uses of Package
io.smallrye.context.storage.spi
-
Packages that use io.smallrye.context.storage.spi Package Description io.smallrye.context.storage.impl io.smallrye.context.storage.spi -
Classes in io.smallrye.context.storage.spi used by io.smallrye.context.storage.impl Class Description StorageDeclaration Implement this interface to declare that you will need a custom ThreadLocal, and to declare its type.StorageManager Allows libraries to obtain custom-generated ThreadLocal instances for their storage.StorageManagerProvider SPI to register custom StorageManager implementations -
Classes in io.smallrye.context.storage.spi used by io.smallrye.context.storage.spi Class Description StorageDeclaration Implement this interface to declare that you will need a custom ThreadLocal, and to declare its type.StorageManager Allows libraries to obtain custom-generated ThreadLocal instances for their storage.StorageManagerProvider SPI to register custom StorageManager implementationsStorageManagerProviderRegistration Represents a StorageManagerProvider registration, allowing you to unregister it.