Class HandlerCall

java.lang.Object
top.magstar.framework.events.models.monitors.HandlerCall

public class HandlerCall extends Object
  • Constructor Details

    • HandlerCall

      public HandlerCall(HandlerRegistration handler, long executionTimeMs, boolean success)
  • Method Details

    • getHandlerId

      public String getHandlerId()
    • getHandlerDescription

      public String getHandlerDescription()
    • getExecutionTimeMs

      public long getExecutionTimeMs()
    • isSuccess

      public boolean isSuccess()
    • getTimestamp

      public LocalDateTime getTimestamp()