Uses of Interface
software.spool.publisher.api.port.InboxReader
Packages that use InboxReader
Package
Description
-
Uses of InboxReader in software.spool.publisher.api.builder
Methods in software.spool.publisher.api.builder with parameters of type InboxReaderModifier and TypeMethodDescriptionPollingFeederBuilder.from(InboxReader reader) Sets the inbox reader for querying items by status. -
Uses of InboxReader in software.spool.publisher.api.strategy
Constructors in software.spool.publisher.api.strategy with parameters of type InboxReaderModifierConstructorDescriptionPollingFeeder(InboxReader reader, software.spool.core.control.Handler<software.spool.core.model.InboxItemStored> handler, Duration interval) Creates a new polling feeder. -
Uses of InboxReader in software.spool.publisher.internal.port.decorator
Classes in software.spool.publisher.internal.port.decorator that implement InboxReaderModifier and TypeClassDescriptionclassDecorator forInboxReaderthat normalises unchecked exceptions into typedInboxReadExceptioninstances.Methods in software.spool.publisher.internal.port.decorator with parameters of type InboxReaderModifier and TypeMethodDescriptionstatic SafeInboxReaderSafeInboxReader.of(InboxReader reader) Creates a newSafeInboxReaderwrapping the given delegate.Constructors in software.spool.publisher.internal.port.decorator with parameters of type InboxReader