Uses of Interface
io.smallrye.context.CleanAutoCloseable
-
Packages that use CleanAutoCloseable Package Description io.smallrye.context io.smallrye.context.impl -
-
Uses of CleanAutoCloseable in io.smallrye.context
Methods in io.smallrye.context that return CleanAutoCloseable Modifier and Type Method Description static CleanAutoCloseableSmallRyeThreadContext. withThreadContext(SmallRyeThreadContext threadContext)Updates the current @{link SmallRyeThreadContext} in use by the current thread, and returns an object suitable for use in try-with-resource to restore the previous value. -
Uses of CleanAutoCloseable in io.smallrye.context.impl
Classes in io.smallrye.context.impl that implement CleanAutoCloseable Modifier and Type Class Description classSlowActiveContextStateRestores a context and allows you to clean it up (unrestore it).Methods in io.smallrye.context.impl that return CleanAutoCloseable Modifier and Type Method Description CleanAutoCloseableCapturedContextState. begin()
-