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