Interface ChangeNotifier
- 
- All Known Implementing Classes:
- CrudEntityHelper
 
 public interface ChangeNotifierComponent capable of informing the system of a change to aTrackabledomain.- Author:
- Jeff Fischer
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotify(Trackable domain, ContextInfo context, com.broadleafcommerce.common.messaging.notification.NotificationStateRepository repository)Notify the async message fabric of the change
 
- 
- 
- 
Method Detail- 
notifyvoid notify(@Nullable Trackable domain, @Nullable ContextInfo context, @NonNull com.broadleafcommerce.common.messaging.notification.NotificationStateRepository repository)Notify the async message fabric of the change- Parameters:
- domain- The- Trackablerepository domain instance that was changed
- context- context information around sandbox and author
- repository- The service responsible for making the state change. Usually a- Repositoryinstance.
 
 
- 
 
-