Package | Description |
---|---|
io.vertx.core.spi.context.storage |
Modifier and Type | Method and Description |
---|---|
static <T> ContextLocal<T> |
ContextLocal.registerLocal(Class<T> type)
Registers a context local storage.
|
static <T> ContextLocal<T> |
ContextLocal.registerLocal(Class<T> type,
java.util.function.Function<T,T> duplicator)
Registers a context local storage.
|
Copyright © 2025 Eclipse. All rights reserved.