Uses of Interface
io.axoniq.framework.messaging.multitenancy.api.TenantResolver
Packages that use TenantResolver
Package
Description
Contains the multi-tenancy API, like the tenant descriptor, tenant provider, and tenant resolution contracts.
Package containing multitenancy support for query components.
-
Uses of TenantResolver in io.axoniq.framework.messaging.multitenancy.api
Classes in io.axoniq.framework.messaging.multitenancy.api that implement TenantResolverModifier and TypeClassDescriptionfinal recordATenantResolverimplementation that resolves the target tenant from, and attaches it back to, message metadata.Constructors in io.axoniq.framework.messaging.multitenancy.api with parameters of type TenantResolverModifierConstructorDescriptionTenantRouter(TenantResolver tenantResolver, TenantDescriptors tenantDescriptors) Creates aTenantRouterwrapping the giventenantResolverand resolving against the giventenantDescriptors. -
Uses of TenantResolver in io.axoniq.framework.messaging.multitenancy.queryhandling
Constructors in io.axoniq.framework.messaging.multitenancy.queryhandling with parameters of type TenantResolverModifierConstructorDescriptionTenantAwareQueryBus(QueryBus delegate, TenantResolver tenantResolver, TenantDescriptors tenantDescriptors) Constructs aTenantAwareQueryBus, delegating all operations to the givendelegate.