Uses of Class
software.spool.publisher.api.builder.PollingFeederBuilder
Packages that use PollingFeederBuilder
-
Uses of PollingFeederBuilder in software.spool.publisher.api.builder
Methods in software.spool.publisher.api.builder that return PollingFeederBuilderModifier and TypeMethodDescriptionSets the polling interval.PollingFeederBuilder.from(InboxReader reader) Sets the inbox reader for querying items by status.PollingFeederBuilder.on(software.spool.core.port.EventBusEmitter emitter) Sets the event bus emitter for publishingItemPublishedevents.static PollingFeederBuilderFeederBuilderFactory.polling()Creates a builder for a polling-based feeder.PollingFeederBuilder.with(software.spool.core.port.InboxUpdater updater) Sets the inbox updater used to change inbox item statuses.PollingFeederBuilder.withErrorRouter(software.spool.core.utils.ErrorRouter errorRouter) Sets the error router for handling exceptions during publishing.