Uses of Interface
io.axoniq.framework.messaging.multitenancy.api.TenantComponentLookup
Packages that use TenantComponentLookup
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.
Part of the Axoniq Framework multi-tenancy module.
-
Uses of TenantComponentLookup in io.axoniq.framework.messaging.multitenancy.api
Subinterfaces of TenantComponentLookup in io.axoniq.framework.messaging.multitenancy.apiModifier and TypeInterfaceDescriptioninterfaceProvides the per-tenant instance of a single application component of typeT.Classes in io.axoniq.framework.messaging.multitenancy.api that implement TenantComponentLookupModifier and TypeClassDescriptionclassA cache of one infrastructure component per tenant that creates each component lazily on first use and evicts it when its tenant is removed. -
Uses of TenantComponentLookup in io.axoniq.framework.messaging.multitenancy.axonserver.commandhandling
Constructors in io.axoniq.framework.messaging.multitenancy.axonserver.commandhandling with parameters of type TenantComponentLookupModifierConstructorDescriptionMultiTenantAxonServerCommandBusConnector(TenantRouter tenantRouter, AxonServerConnectionManager connectionManager, AxonServerConfiguration configuration, TenantComponentLookup<MessageConverter> messageConverterLookup) Constructs a connector that obtains the message converter for every tenant while constructing that tenant's connector. -
Uses of TenantComponentLookup in io.axoniq.framework.messaging.multitenancy.axonserver.queryhandling
Constructors in io.axoniq.framework.messaging.multitenancy.axonserver.queryhandling with parameters of type TenantComponentLookupModifierConstructorDescriptionMultiTenantAxonServerQueryBusConnector(TenantRouter tenantRouter, AxonServerConnectionManager connectionManager, AxonServerConfiguration configuration, TenantComponentLookup<MessageConverter> messageConverterLookup) Constructs a connector that obtains the message converter for every tenant while constructing that tenant's connector.