Package com.day.cq.dam.api
Interface DamEventRecorder
public interface DamEventRecorder
The
DamEventRecorder specifies the possibility to record a given DamEvent. Implementations may
do so via OSGi-eventing or by directly calling the record(DamEvent) method for events that must be recorded
without the potential eventing-related delay between event issuance and persistence. Events are generally recorded
using the ActivityService.-
Method Summary
-
Method Details
-
record
Submit the givendamEventfor recording.- Parameters:
damEvent- TheDamEventto record.
-
isEnabled
boolean isEnabled()A getter method to get the status of DamEventRecorder service- Returns:
- true if the DamEventRecorder service is enabled else false
-