Uses of Interface
io.axoniq.framework.messaging.multitenancy.eventsourcing.TenantEventStorageEngineFactory
Packages that use TenantEventStorageEngineFactory
Package
Description
Part of the Axoniq Framework multi-tenancy module.
Package containing multitenancy support for event sourcing components.
-
Uses of TenantEventStorageEngineFactory in io.axoniq.framework.messaging.multitenancy.axonserver.eventsourcing
Classes in io.axoniq.framework.messaging.multitenancy.axonserver.eventsourcing that implement TenantEventStorageEngineFactoryModifier and TypeClassDescriptionclassAxon Server implementation of theTenantEventStorageEngineFactory, building oneEventStorageEngineper tenant against that tenant's Axon Server context. -
Uses of TenantEventStorageEngineFactory in io.axoniq.framework.messaging.multitenancy.eventsourcing
Constructors in io.axoniq.framework.messaging.multitenancy.eventsourcing with parameters of type TenantEventStorageEngineFactoryModifierConstructorDescriptionMultiTenantEventStorageEngine(TenantEventStorageEngineFactory engineFactory, TenantSnapshotStoreFactory snapshotStoreFactory, TenantRouter tenantRouter) Constructs aMultiTenantEventStorageEngine.