Interface ChangeNotifier
-
- All Known Implementing Classes:
CrudEntityHelper
public interface ChangeNotifierComponent capable of informing the system of a change to aTrackabledomain.- Author:
- Jeff Fischer
-
-
Method Summary
All 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
-
notify
void 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- TheTrackablerepository domain instance that was changedcontext- context information around sandbox and authorrepository- The service responsible for making the state change. Usually aRepositoryinstance.
-
-