Package com.linecorp.armeria.common
Interface RequestContextStorageProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Creates a new
RequestContextStorage
dynamically via Java SPI (Service Provider Interface).-
Method Summary
-
Method Details
-
newStorage
RequestContextStorage newStorage()Creates a newRequestContextStorage
.
-