Uses of Interface
io.vertx.core.spi.context.storage.ContextLocal
-
Packages that use ContextLocal Package Description io.vertx.core.spi.context.storage io.vertx.grpc.common io.vertx.grpc.contextstorage -
-
Uses of ContextLocal in io.vertx.core.spi.context.storage
Methods in io.vertx.core.spi.context.storage that return ContextLocal Modifier and Type Method 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. -
Uses of ContextLocal in io.vertx.grpc.common
Fields in io.vertx.grpc.common declared as ContextLocal Modifier and Type Field Description static ContextLocal<GrpcLocal>
GrpcLocal. CONTEXT_LOCAL_KEY
Context local key. -
Uses of ContextLocal in io.vertx.grpc.contextstorage
Fields in io.vertx.grpc.contextstorage declared as ContextLocal Modifier and Type Field Description static ContextLocal<GrpcStorage>
ContextStorageService. CONTEXT_LOCAL
-