Uses of Interface
io.axoniq.framework.messaging.multitenancy.api.TenantComponentProvider
Packages that use TenantComponentProvider
Package
Description
Contains the multi-tenancy API, like the tenant descriptor, tenant provider, and tenant resolution contracts.
-
Uses of TenantComponentProvider in io.axoniq.framework.messaging.multitenancy.api
Methods in io.axoniq.framework.messaging.multitenancy.api that return TenantComponentProviderModifier and TypeMethodDescriptionstatic <T> TenantComponentProvider<T> TenantComponentProvider.withFactory(Class<T> componentType, TenantComponentFactory<T> factory) Creates aTenantComponentProviderfor the givencomponentType, building and destroying the per-tenant instances through the givenfactory.