Package io.smallrye.context.storage.spi
-
Interface Summary Interface Description StorageDeclaration<T> 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 -
Class Summary Class Description StorageManagerProviderRegistration Represents a StorageManagerProvider registration, allowing you to unregister it.