Uses of Interface
io.smallrye.context.CleanAutoCloseable
Packages that use CleanAutoCloseable
-
Uses of CleanAutoCloseable in io.smallrye.context
Methods in io.smallrye.context that return CleanAutoCloseableModifier and TypeMethodDescriptionstatic 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 CleanAutoCloseableModifier and TypeClassDescriptionclassRestores a context and allows you to clean it up (unrestore it).Methods in io.smallrye.context.impl that return CleanAutoCloseable