Interface Scope
- All Superinterfaces:
AutoCloseable
A scope, such as request scope.
-
Method Details
-
close
void close()Stop the scope, and destroy all service instances created within it.This method must not be invoked concurrently on the same scope instance.
- Specified by:
closein interfaceAutoCloseable
-
registry
-