All Classes and Interfaces
Class
Description
Spring cloud data channel description for messaging input.
Listens for a
BatchIndexRequest
message and launches a reindex.Spring cloud data channel description for messaging input.
A message listener that triggers when a full customer index event is received.
A marker interface for CustomerQueueLoaders to differentiate them from other types of
QueueLoaders
Orchestrates the processing of customers from external sources into a search engine index.
Executes worker threads to read and index
CUSTOMERs
from
the Queue.Service to interact with Customer service to retrieve customers for indexing.
Spring cloud data channel description for messaging input.
Listens for single index requests originating from changes to Customers and sends them to be
updated in the index.
Support optional customer reindex at application startup.
Handles reading
Customer
IDs into the
queue for future retrieval.Default implementation to read
customers
from the Customer Service.