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 of QueueLoaders
See Also:
  • QueueLoader
  • Method Summary

    Methods inherited from interface com.broadleafcommerce.search.index.core.queue.QueueLoader

    populateQueue