public interface ChangeNotifier
Trackable
domain.Modifier and Type | Method and Description |
---|---|
void |
notify(Trackable domain,
ContextInfo context,
com.broadleafcommerce.common.messaging.notification.NotificationStateRepository repository)
Notify the async message fabric of the change
|
void notify(@Nullable Trackable domain, @Nullable ContextInfo context, @NonNull com.broadleafcommerce.common.messaging.notification.NotificationStateRepository repository)
domain
- The Trackable
repository domain instance that was changedcontext
- context information around sandbox and authorrepository
- The service responsible for making the state change. Usually a
Repository
instance.Copyright © 2021. All rights reserved.