Uses of Class
io.fluxzero.sdk.common.ThreadLocalContext.Snapshot
Packages that use ThreadLocalContext.Snapshot
-
Uses of ThreadLocalContext.Snapshot in io.fluxzero.sdk.common
Methods in io.fluxzero.sdk.common that return ThreadLocalContext.SnapshotModifier and TypeMethodDescriptionstatic ThreadLocalContext.SnapshotThreadLocalContext.capture()Returns an immutable snapshot of every context value active on the current thread.Methods in io.fluxzero.sdk.common with parameters of type ThreadLocalContext.SnapshotModifier and TypeMethodDescriptionvoidThreadLocalContext.Activation.use(ThreadLocalContext.Snapshot next) Replaces the currently active context with the supplied snapshot. -
Uses of ThreadLocalContext.Snapshot in io.fluxzero.sdk.common.serialization
Methods in io.fluxzero.sdk.common.serialization that return ThreadLocalContext.SnapshotModifier and TypeMethodDescriptionDeserializingMessage.captureContext()Captures the complete request context with this message bound as the current message.