Uses of Class
io.axoniq.framework.messaging.multitenancy.eventstreaming.MultiTenantTrackingToken
Packages that use MultiTenantTrackingToken
Package
Description
Positioning for the multi-tenant read stream that feeds event processors across all tenants.
-
Uses of MultiTenantTrackingToken in io.axoniq.framework.messaging.multitenancy.eventstreaming
Methods in io.axoniq.framework.messaging.multitenancy.eventstreaming that return MultiTenantTrackingTokenModifier and TypeMethodDescriptionMultiTenantTrackingToken.advancedTo(String tenantId, TrackingToken newToken) Returns a copy of this token with the giventenantIdadvanced tonewToken.static MultiTenantTrackingTokenMultiTenantTrackingToken.empty()Returns an empty token, holding no tenant positions.static MultiTenantTrackingTokenMultiTenantTrackingToken.from(@Nullable TrackingToken token) Adapts the giventokento aMultiTenantTrackingToken: an empty token whennull, or the token itself when it already is one.