Uses of Interface
io.axoniq.framework.messaging.multitenancy.api.TenantDescriptors
Packages that use TenantDescriptors
Package
Description
Contains the multi-tenancy API, like the tenant descriptor, tenant provider, and tenant resolution contracts.
Part of the Axoniq Framework multi-tenancy module.
Package containing multitenancy support for query components.
-
Uses of TenantDescriptors in io.axoniq.framework.messaging.multitenancy.api
Subinterfaces of TenantDescriptors in io.axoniq.framework.messaging.multitenancy.apiModifier and TypeInterfaceDescriptioninterfaceProvides the per-tenant instance of a single application component of typeT.interfaceContract towards a component that provisions the registered set oftenantsandMultiTenantAwareComponents.Constructors in io.axoniq.framework.messaging.multitenancy.api with parameters of type TenantDescriptorsModifierConstructorDescriptionTenantRouter(TenantResolver tenantResolver, TenantDescriptors tenantDescriptors) Creates aTenantRouterwrapping the giventenantResolverand resolving against the giventenantDescriptors. -
Uses of TenantDescriptors in io.axoniq.framework.messaging.multitenancy.axonserver.api
Classes in io.axoniq.framework.messaging.multitenancy.axonserver.api that implement TenantDescriptors -
Uses of TenantDescriptors in io.axoniq.framework.messaging.multitenancy.queryhandling
Constructors in io.axoniq.framework.messaging.multitenancy.queryhandling with parameters of type TenantDescriptorsModifierConstructorDescriptionTenantAwareQueryBus(QueryBus delegate, TenantResolver tenantResolver, TenantDescriptors tenantDescriptors) Constructs aTenantAwareQueryBus, delegating all operations to the givendelegate.