All Classes and Interfaces
Class
Description
Listens for and handles single index requests that ultimately trigger index updates for orders.
Handles reading
Order
IDs into the queue
for future retrieval.Default implementation to read
orders
from the Order Service.Spring cloud data channel description for messaging input.
Listens for single index requests originating from changes to OrderFulfillments and sends their
Orders to be updated in the index.
Spring cloud data channel description for messaging input.
A message listener that triggers when a full order index event is received.
A marker interface for OrderQueueLoaders to differentiate them from other types of
QueueLoaders
A message listener that is triggered from a scheduled job event to reindex orders starting from a
configured timeframe.
Spring cloud data channel description for messaging input.
Orchestrates the processing of orders from external sources into a search engine index.
Executes worker threads to read and index
ORDERs
from the Queue.Service to interact with Order service to retrieve orders for indexing.
Spring cloud data channel description for messaging input.
Listens for single index requests originating from changes to Orders and sends them to be updated
in the index.
Support optional order reindex at application startup.