Interface ActingIdentity.Scope
- All Superinterfaces:
AutoCloseable
- Enclosing class:
ActingIdentity
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Closeable that does not throw, so it can sit in a try-with-resources without a catch.
-
Method Summary
-
Method Details
-
close
void close()- Specified by:
closein interfaceAutoCloseable
-