Package com.broadleafcommerce.bulkoperations.messaging
package com.broadleafcommerce.bulkoperations.messaging
-
ClassDescriptionSpring cloud stream messaging interface for receiving category persistence requests.Spring cloud stream messaging interface for receiving requests to initialize bulk operation items.Spring cloud stream messaging interface for receiving product persistence requests.A message event dispatched after a category has been created or modified by the admin.CategoryModifiedEventListener<CI extends CatalogItem>A listener that accepts a
SingleProductIndexedEvent
in order to determine if the product should be added or removed from any categories that are marked as `AUTO_INCLUDE`.InitializeBulkOperationItemsListener<CI extends CatalogItem>A listener that accepts aBulkOpsInitializeItemsRequest
in order to initialize bulk operation items.A message event dispatched after a product has been created or modified by the admin.SingleProductIndexedEventListener<CI extends CatalogItem>A listener that accepts aSingleProductIndexedEvent
in order to determine if the product should be added or removed from any categories that are marked as `AUTO_INCLUDE`.