Uses of Package
io.axoniq.framework.messaging.eventstreaming.checkpoint
Packages that use io.axoniq.framework.messaging.eventstreaming.checkpoint
Package
Description
Part of the Axoniq Framework event-streaming module.
-
Classes in io.axoniq.framework.messaging.eventstreaming.checkpoint used by io.axoniq.framework.messaging.eventstreaming.checkpointClassDescriptionDeclares that an event-handling unit manages its own progress: it decides when its work for a
Segmentis durable and asks the processor to advance the storedTrackingTokenthrough aCheckpointTrigger.Handle through which aCheckpointingunit tells the owning processor how far it is safe to advance the storedTrackingTokenfor a single claimedSegment.