Package dev.getelements.elements.sdk
Interface ElementScope.Handle
- All Superinterfaces:
AutoCloseable
- Enclosing interface:
ElementScope
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents an open handle for an open
ElementScope
on the current thread.-
Method Summary
-
Method Details
-
close
void close()Releases the current scope for this thread.- Specified by:
close
in interfaceAutoCloseable
-