Uses of Interface
org.axonframework.messaging.eventhandling.processing.streaming.progress.SegmentProgressContext
Packages that use SegmentProgressContext
Package
Description
Part of the Axoniq Framework event-streaming module.
Part of the Axon Messaging module.
-
Uses of SegmentProgressContext in io.axoniq.framework.messaging.eventstreaming.checkpoint
Methods in io.axoniq.framework.messaging.eventstreaming.checkpoint with parameters of type SegmentProgressContextModifier and TypeMethodDescriptionCheckpointingProgressStrategyFactory.create(SegmentProgressContext context) Constructors in io.axoniq.framework.messaging.eventstreaming.checkpoint with parameters of type SegmentProgressContextModifierConstructorDescriptionCheckpointingProgressStrategy(SegmentProgressContext context, List<Checkpointing> participants, boolean autoCheckpointing) Constructs aCheckpointingProgressStrategybound to the givencontext. -
Uses of SegmentProgressContext in org.axonframework.messaging.eventhandling.processing.streaming.progress
Methods in org.axonframework.messaging.eventhandling.processing.streaming.progress with parameters of type SegmentProgressContextModifier and TypeMethodDescriptionSegmentProgressStrategyFactory.create(SegmentProgressContext context) Creates theSegmentProgressStrategyfor the segment owning the givencontext.Constructors in org.axonframework.messaging.eventhandling.processing.streaming.progress with parameters of type SegmentProgressContextModifierConstructorDescriptionConstructs aTokenStoringProgressStrategybound to the givencontext.