Package com.hazelcast.spi.tenantcontrol
package com.hazelcast.spi.tenantcontrol
Classes for tenant control
-
ClassDescriptionHook 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
Closeable
interface, except theTenantControl.Closeable.close()
method does not throw aIOException
.ATenantControlFactory
suppliesTenantControl
objects when Hazelcast service attaches the tenant control to a distributed object.