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

    Modifier and Type
    Method
    Description
    boolean
    A getter method to get the status of DamEventRecorder service
    void
    record(DamEvent damEvent)
    Submit the given damEvent for recording.
  • Method Details

    • record

      void record(DamEvent damEvent)
      Submit the given damEvent for recording.
      Parameters:
      damEvent - The DamEvent to record.
    • isEnabled

      boolean isEnabled()
      A getter method to get the status of DamEventRecorder service
      Returns:
      true if the DamEventRecorder service is enabled else false