Uses of Interface
io.smallrye.context.CleanAutoCloseable
-
Packages that use CleanAutoCloseable Package Description io.smallrye.context -
-
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.
-