Package io.axoniq.framework.messaging.multitenancy.axonserver.eventsourcing
@NullMarked
package io.axoniq.framework.messaging.multitenancy.axonserver.eventsourcing
Part of the Axoniq Framework multi-tenancy module. Contains the Axon Server counterparts of the factories in
io.axoniq.framework.messaging.multitenancy.eventsourcing, providing each tenant its event storage engine
and snapshot store on that tenant's own connection.-
ClassesClassDescriptionAxon Server implementation of the
TenantEventStorageEngineFactory, building oneEventStorageEngineper tenant against that tenant's Axon Server context.Axon Server implementation of theTenantSnapshotStoreFactory, building oneSnapshotStoreper tenant against that tenant's Axon Server context.