Package io.smallrye.context.storage.spi


package io.smallrye.context.storage.spi
  • Class
    Description
    Implement 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
    Represents a StorageManagerProvider registration, allowing you to unregister it.