Class MutationNotifyEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.broadleafcommerce.data.tracking.core.service.MutationNotifyEvent
All Implemented Interfaces:
Serializable

public class MutationNotifyEvent extends org.springframework.context.ApplicationEvent
See Also:
  • Field Details

  • Constructor Details

    • MutationNotifyEvent

      public MutationNotifyEvent(Object source, @Nullable Trackable domain, @Nullable ContextInfo context, @NonNull com.broadleafcommerce.common.messaging.notification.NotificationStateRepository repository)
  • Method Details

    • withParameter

      public MutationNotifyEvent withParameter(String key, String value)
    • getDomain

      public Trackable getDomain()
    • getContext

      public ContextInfo getContext()
    • getRepository

      public com.broadleafcommerce.common.messaging.notification.NotificationStateRepository getRepository()
    • getAdditionalParameters

      public Map<String,String> getAdditionalParameters()