All Classes and Interfaces
Class
Description
Listens for and handles single index requests that ultimately trigger index updates for order
fulfillments.
Handles reading
OrderFulfillment IDs into the queue for future retrieval.DefaultOrderFulfillmentService<P extends com.broadleafcommerce.search.fulfillment.core.domain.OrderFulfillment>
Default implementation to read
OrderFulfillments from the Order Service.Listens for single index requests originating from changes to
OrderFulfillments and sends them to be updated in the index.Spring cloud data channel description for messaging input.
A message listener that triggers when a full fulfillment index event is received.
Spring cloud data channel description for messaging input.
Spring cloud data channel description for messaging input.
Listens for single index requests originating from changes to Orders and sends Order Fulfillments
to be updated in the index.
A marker interface for OrderFulfillmentQueueLoaders to differentiate them from other types of
QueueLoadersOrchestrates the processing of order fulfillments from external sources into a search engine
index.
Executes worker threads to read and index
OrderFulfillmentIndexableType.ORDER_FULFILLMENT
from the Queue.OrderFulfillmentService<P extends com.broadleafcommerce.search.fulfillment.core.domain.OrderFulfillment>
Service to interact with Order service to retrieve order fulfillments for indexing.
Support optional order fulfillment reindex at application startup.