Uses of Interface
software.spool.publisher.api.strategy.FeederStrategy
Packages that use FeederStrategy
-
Uses of FeederStrategy in software.spool.publisher.api
Constructors in software.spool.publisher.api with parameters of type FeederStrategyModifierConstructorDescriptionFeeder(FeederStrategy strategy, software.spool.core.utils.ErrorRouter errorRouter) Creates a newFeederwith the given strategy and error router. -
Uses of FeederStrategy in software.spool.publisher.api.strategy
Classes in software.spool.publisher.api.strategy that implement FeederStrategyModifier and TypeClassDescriptionclassPolling-basedFeederStrategythat periodically reads inbox items withPUBLISHINGstatus and processes them.classReactiveFeederStrategythat listens forInboxItemStoredevents on the event bus and processes each one immediately.