Package com.hazelcast.spi.tenantcontrol
package com.hazelcast.spi.tenantcontrol
Classes for tenant control
-
InterfacesClassDescriptionHook to decouple Hazelcast object from the tenantInterface to be implemented by classes which can be queried for requirement of a tenant context.Hooks for multi-tenancy for application servers.Similar to the
Closeableinterface, except theTenantControl.Closeable.close()method does not throw aIOException.ATenantControlFactorysuppliesTenantControlobjects when Hazelcast service attaches the tenant control to a distributed object.