Uses of Interface
org.axonframework.messaging.eventhandling.processing.streaming.progress.SegmentProgressStrategyFactory
Packages that use SegmentProgressStrategyFactory
Package
Description
Part of the Axoniq Framework event-streaming module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
-
Uses of SegmentProgressStrategyFactory in io.axoniq.framework.messaging.eventstreaming.checkpoint
Classes in io.axoniq.framework.messaging.eventstreaming.checkpoint that implement SegmentProgressStrategyFactoryModifier and TypeClassDescriptionfinal classSegmentProgressStrategyFactorythat produces aCheckpointingProgressStrategyfor every segment of a processor whose components include one or more self-checkpointingCheckpointingunits.Methods in io.axoniq.framework.messaging.eventstreaming.checkpoint that return types with arguments of type SegmentProgressStrategyFactoryModifier and TypeMethodDescriptionCheckpointingProgressStrategyFactory.detecting()Returns the component-driven selector used to pick aSegmentProgressStrategyFactoryfor a processor: aCheckpointingProgressStrategyFactorywhen its components include self-checkpointingCheckpointingunits, otherwise the defaulttoken-storingfactory. -
Uses of SegmentProgressStrategyFactory in org.axonframework.messaging.eventhandling.processing.streaming.pooled
Methods in org.axonframework.messaging.eventhandling.processing.streaming.pooled that return types with arguments of type SegmentProgressStrategyFactoryModifier and TypeMethodDescriptionPooledStreamingEventProcessorConfiguration.progressStrategyFactoryBuilder()Returns the function selecting theSegmentProgressStrategyFactoryfor a processor from itsEventHandlingComponents.Method parameters in org.axonframework.messaging.eventhandling.processing.streaming.pooled with type arguments of type SegmentProgressStrategyFactoryModifier and TypeMethodDescriptionPooledStreamingEventProcessorConfiguration.progressStrategyFactoryBuilder(Function<List<EventHandlingComponent>, SegmentProgressStrategyFactory> progressStrategyFactoryBuilder) Sets the function selecting theSegmentProgressStrategyFactoryfor a processor from itsEventHandlingComponents. -
Uses of SegmentProgressStrategyFactory in org.axonframework.messaging.eventhandling.processing.streaming.progress
Methods in org.axonframework.messaging.eventhandling.processing.streaming.progress that return SegmentProgressStrategyFactoryModifier and TypeMethodDescriptionSegmentProgressStrategyFactory.tokenStoring()Returns the default factory, producing aTokenStoringProgressStrategythat persists the batch-end token every batch.