Package software.spool.publisher.api.strategy
package software.spool.publisher.api.strategy
-
ClassDescriptionStrategy interface that defines how the publisher discovers and processes inbox items.Polling-based
FeederStrategythat periodically reads inbox items withPUBLISHINGstatus and processes them.ReactiveFeederStrategythat listens forInboxItemStoredevents on the event bus and processes each one immediately.