Interface ProductQueueLoader<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:
DefaultProductQueueLoader
public interface ProductQueueLoader<T> extends com.broadleafcommerce.search.index.core.queue.QueueLoader<T>A marker interface for ProductQueueLoaders to differentiate them from other types ofQueueLoaders- See Also:
QueueLoader