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