Package io.micronaut.core.propagation
Interface PropagatedContext.Scope
- All Superinterfaces:
AutoCloseable
- Enclosing interface:
- PropagatedContext
Closing this object undoes the effect of calling
PropagatedContext.propagate()
on a context. Intended to be used in a
try-with-resources block.- Since:
- 4.0.0
- Author:
- Denis Stepanov
-
Method Summary
-
Method Details
-
close
void close()- Specified by:
close
in interfaceAutoCloseable
-