Package io.vertx.core.spi.context.storage
-
Interface Summary Interface Description AccessMode Defines the access mode of a context local storage.ContextLocal<T> A local storage for arbitrary data attached to aContext
.
Interface | Description |
---|---|
AccessMode |
Defines the access mode of a context local storage.
|
ContextLocal<T> |
A local storage for arbitrary data attached to a
Context . |