Class MonitorServiceInternalImpl

java.lang.Object
org.craftercms.studio.impl.v2.service.monitor.internal.MonitorServiceInternalImpl
All Implemented Interfaces:
MonitorService

public class MonitorServiceInternalImpl extends Object implements MonitorService
Default internal implementation for MonitorService.
Author:
jmendeza
  • Constructor Details

    • MonitorServiceInternalImpl

      public MonitorServiceInternalImpl()
  • Method Details

    • getLogEvents

      public List<Map<String,Object>> getLogEvents(String siteId, long since)
      Description copied from interface: MonitorService
      Retrieves a list of global events logged since the timestamp indicated by since parameter
      Specified by:
      getLogEvents in interface MonitorService
      Parameters:
      since - timestamp. Events before this value will not be included.
      Returns:
      a list of log events