Class MonitorResource


  • @Path("/lum-internal/monitor")
    public class MonitorResource
    extends java.lang.Object
    Monitor REST resource.
    Since:
    9.0.0
    Version:
    $Revision: 26296 $ $Date: 2024-04-06 18:02:57 -0300 (Sat, 06 Apr 2024) $
    • Constructor Summary

      Constructors 
      Constructor Description
      MonitorResource()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void leavePage​(@javax.validation.constraints.NotNull long duration, @NotNull java.lang.String clientTitle, java.lang.String lumItemId)
      Logs the page enter event.
      void pageView​(@NotNull java.lang.String clientTitle)
      Logs the view event.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait