Uses of Class
com.broadleafcommerce.recommendationengine.service.messaging.domain.CustomerModifiedEvent
Packages that use CustomerModifiedEvent
-
Uses of CustomerModifiedEvent in com.broadleafcommerce.recommendationengine.service.messaging
Methods in com.broadleafcommerce.recommendationengine.service.messaging with parameters of type CustomerModifiedEventModifier and TypeMethodDescriptionprotected com.broadleafcommerce.data.tracking.core.context.ContextInfo
CustomerEventListener.buildContextInfo
(@NonNull CustomerModifiedEvent event, @NonNull List<Customer> customers) Builds aContextInfo
for the persistence event related to the entity.Method parameters in com.broadleafcommerce.recommendationengine.service.messaging with type arguments of type CustomerModifiedEventModifier and TypeMethodDescriptionvoid
CustomerEventListener.listen
(org.springframework.messaging.Message<CustomerModifiedEvent> message) void
CustomerEventListener.processEvent
(@NonNull org.springframework.messaging.Message<CustomerModifiedEvent> message)