Uses of Class
io.axoniq.framework.messaging.multitenancy.api.TenantRouter
Packages that use TenantRouter
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.
Package containing multitenancy support for event sourcing components.
-
Uses of TenantRouter in io.axoniq.framework.messaging.multitenancy.api
Constructors in io.axoniq.framework.messaging.multitenancy.api with parameters of type TenantRouterModifierConstructorDescriptionAttachTenantDescriptorDispatchInterceptor(TenantRouter tenantRouter) Constructs anAttachTenantDescriptorDispatchInterceptorattaching the tenant decided by the giventenantRouteronto a dispatched command or query.RegisterTenantDescriptorHandlerInterceptor(TenantRouter tenantRouter) Constructs aRegisterTenantDescriptorHandlerInterceptorregistering the tenant decided by the giventenantRouteronto theProcessingContextof the handledMessage. -
Uses of TenantRouter in io.axoniq.framework.messaging.multitenancy.axonserver.commandhandling
Constructors in io.axoniq.framework.messaging.multitenancy.axonserver.commandhandling with parameters of type TenantRouterModifierConstructorDescriptionMultiTenantAxonServerCommandBusConnector(TenantRouter tenantRouter, AxonServerConnectionManager connectionManager, AxonServerConfiguration configuration, MessageConverter converter) Constructs aMultiTenantAxonServerCommandBusConnector. -
Uses of TenantRouter in io.axoniq.framework.messaging.multitenancy.axonserver.queryhandling
Constructors in io.axoniq.framework.messaging.multitenancy.axonserver.queryhandling with parameters of type TenantRouterModifierConstructorDescriptionMultiTenantAxonServerQueryBusConnector(TenantRouter tenantRouter, AxonServerConnectionManager connectionManager, AxonServerConfiguration configuration, MessageConverter converter) Constructs aMultiTenantAxonServerQueryBusConnector. -
Uses of TenantRouter in io.axoniq.framework.messaging.multitenancy.eventsourcing
Constructors in io.axoniq.framework.messaging.multitenancy.eventsourcing with parameters of type TenantRouterModifierConstructorDescriptionMultiTenantEventStorageEngine(TenantEventStorageEngineFactory engineFactory, TenantSnapshotStoreFactory snapshotStoreFactory, TenantRouter tenantRouter) Constructs aMultiTenantEventStorageEngine.MultiTenantSnapshotStore(TenantSnapshotStoreFactory snapshotStoreFactory, TenantRouter tenantRouter) Constructs aMultiTenantSnapshotStore.