Package com.hazelcast.spi.tenantcontrol
Interface TenantControl.Closeable
-
- All Superinterfaces:
java.lang.AutoCloseable
- Enclosing interface:
- TenantControl
public static interface TenantControl.Closeable extends java.lang.AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
Same as Java's close() except no exception is thrown
-