Package com.hazelcast.spi.tenantcontrol
Interface TenantControl.Closeable
- All Superinterfaces:
AutoCloseable
- Enclosing interface:
- TenantControl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Same as Java's close() except no exception is thrown
-
Method Details
-
close
void close()Same as Java's close() except no exception is thrown- Specified by:
close
in interfaceAutoCloseable
-