All Classes and Interfaces
Class
Description
Routes events to named channels based on their type.
Main API entry point for the publishing lifecycle.
Factory entry point for creating pre-configured feeder builders.
Provides the default
ErrorRouter configuration for the publisher.Strategy interface that defines how the publisher discovers and processes
inbox items.
Handler that processes
InboxItemStored events by updating the
inbox item status through a publishing lifecycle.Port for reading inbox items by status.
Polling-based
FeederStrategy that periodically reads inbox items
with PUBLISHING status and processes them.Fluent builder that configures and assembles a polling-based
Feeder.Reactive
FeederStrategy that listens for InboxItemStored
events on the event bus and processes each one immediately.Fluent builder that configures and assembles a reactive
Feeder.Decorator for
InboxReader that normalises unchecked exceptions
into typed InboxReadException instances.