Class CallChainRecord

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

public class CallChainRecord extends Object
  • Constructor Details

    • CallChainRecord

      public CallChainRecord(CallChain callChain)
  • Method Details

    • getEventId

      public String getEventId()
    • getEventType

      public Class<?> getEventType()
    • getTimestamp

      public LocalDateTime getTimestamp()
    • getHandlerCalls

      public List<HandlerCall> getHandlerCalls()
    • getTotalExecutionTime

      public long getTotalExecutionTime()
    • hasFailures

      public boolean hasFailures()