Interface CustomerQueueLoader<T>
-
- Type Parameters:
T- The type of object the Queue will hold
- All Superinterfaces:
com.broadleafcommerce.search.index.core.queue.QueueLoader<T>
- All Known Implementing Classes:
DefaultCustomerQueueLoader
public interface CustomerQueueLoader<T> extends com.broadleafcommerce.search.index.core.queue.QueueLoader<T>A marker interface for CustomerQueueLoaders to differentiate them from other types ofQueueLoaders- See Also:
QueueLoader