Class IngestedApplicationEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.broadleafcommerce.common.audit.domain.IngestedApplicationEvent
- All Implemented Interfaces:
Serializable
public class IngestedApplicationEvent
extends org.springframework.context.ApplicationEvent
Container Spring event for a fully ingested
Batch
. The event contains the
Batch.name()
value. Note, if the Batch is backed by a file, that file likely no longer
exists at this stage, since ingested files are deleted after processing. This event only has
meaning in the context of AuditServices
. The only other case where an outside listener
could catch this event is if that listener is colocated in the same flexpackage as
AuditServices
.- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
IngestedApplicationEvent
-
-
Method Details
-
getBatchName
-