Uses of Interface
io.vertx.core.spi.context.storage.ContextLocal
Packages that use ContextLocal
Package
Description
-
Uses of ContextLocal in io.vertx.core
Methods in io.vertx.core with parameters of type ContextLocalModifier and TypeMethodDescriptiondefault <T> TContext.getLocal(ContextLocal<T> key) Get local data associated withkeyusing the concurrent access mode.<T> TContext.getLocal(ContextLocal<T> key, AccessMode accessMode) Get local data associated withkeyusing the specified access mode.<T> TContext.getLocal(ContextLocal<T> key, AccessMode accessMode, Supplier<? extends T> initialValueSupplier) Get local data associated withkeyusing the specified access mode.default <T> TContext.getLocal(ContextLocal<T> key, Supplier<? extends T> initialValueSupplier) Get local data associated withkeyusing the concurrent access mode.<T> voidContext.putLocal(ContextLocal<T> key, AccessMode accessMode, T value) Associate local data withkeyusing the specified access mode.default <T> voidContext.putLocal(ContextLocal<T> key, T value) Associate local data withkeyusing the concurrent access mode.default <T> voidContext.removeLocal(ContextLocal<T> key) Remove local data associated withkeyusing the concurrent access mode.default <T> voidContext.removeLocal(ContextLocal<T> key, AccessMode accessMode) Remove local data associated withkeyusing the specified access mode. -
Uses of ContextLocal in io.vertx.core.spi.context.storage
Methods in io.vertx.core.spi.context.storage that return ContextLocalModifier and TypeMethodDescriptionstatic <T> ContextLocal<T> ContextLocal.registerLocal(Class<T> type) Registers a context local storage.static <T> ContextLocal<T> ContextLocal.registerLocal(Class<T> type, 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 ContextLocalModifier and TypeFieldDescriptionstatic final ContextLocal<GrpcLocal> GrpcLocal.CONTEXT_LOCAL_KEYContext local key. -
Uses of ContextLocal in io.vertx.grpc.contextstorage
Fields in io.vertx.grpc.contextstorage declared as ContextLocalModifier and TypeFieldDescriptionstatic final ContextLocal<GrpcStorage> ContextStorageService.CONTEXT_LOCAL -
Uses of ContextLocal in io.vertx.reactivex.core
Methods in io.vertx.reactivex.core with parameters of type ContextLocalModifier and TypeMethodDescription<T> TContext.getLocal(ContextLocal<T> key) Get local data associated withkeyusing the concurrent access mode.<T> TContext.getLocal(ContextLocal<T> key, AccessMode accessMode) Get local data associated withkeyusing the specified access mode.<T> voidContext.putLocal(ContextLocal<T> key, AccessMode accessMode, T value) Associate local data withkeyusing the specified access mode.<T> voidContext.putLocal(ContextLocal<T> key, T value) Associate local data withkeyusing the concurrent access mode.<T> voidContext.removeLocal(ContextLocal<T> key) Remove local data associated withkeyusing the concurrent access mode.<T> voidContext.removeLocal(ContextLocal<T> key, AccessMode accessMode) Remove local data associated withkeyusing the specified access mode. -
Uses of ContextLocal in io.vertx.rxjava3.core
Methods in io.vertx.rxjava3.core with parameters of type ContextLocalModifier and TypeMethodDescription<T> TContext.getLocal(ContextLocal<T> key) Get local data associated withkeyusing the concurrent access mode.<T> TContext.getLocal(ContextLocal<T> key, AccessMode accessMode) Get local data associated withkeyusing the specified access mode.<T> voidContext.putLocal(ContextLocal<T> key, AccessMode accessMode, T value) Associate local data withkeyusing the specified access mode.<T> voidContext.putLocal(ContextLocal<T> key, T value) Associate local data withkeyusing the concurrent access mode.<T> voidContext.removeLocal(ContextLocal<T> key) Remove local data associated withkeyusing the concurrent access mode.<T> voidContext.removeLocal(ContextLocal<T> key, AccessMode accessMode) Remove local data associated withkeyusing the specified access mode. -
Uses of ContextLocal in io.vertx.tracing.opentracing
Fields in io.vertx.tracing.opentracing declared as ContextLocalModifier and TypeFieldDescriptionstatic final ContextLocal<io.opentracing.Span> OpenTracingTracerFactory.ACTIVE_SPAN