@ProviderType
public interface DamEventRecorder
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 com.day.cq.activitystreams.api.ActivityService
.Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled()
A getter method to get the status of DamEventRecorder service
|
void |
record(DamEvent damEvent)
Submit the given
damEvent for recording. |
Copyright © 2010 - 2020 Adobe. All Rights Reserved