java.lang.Object
io.github.resilience4j.common.micrometer.monitoring.endpoint.TimerEventDTO

public class TimerEventDTO extends Object
  • Constructor Details

    • TimerEventDTO

      public TimerEventDTO(String timerName, io.github.resilience4j.micrometer.event.TimerEvent.Type type, String creationTime)
    • TimerEventDTO

      public TimerEventDTO(String timerName, io.github.resilience4j.micrometer.event.TimerEvent.Type type, String creationTime, Duration operationDuration)
  • Method Details

    • getTimerName

      public String getTimerName()
    • setTimerName

      public void setTimerName(String timerName)
    • getType

      public io.github.resilience4j.micrometer.event.TimerEvent.Type getType()
    • setType

      public void setType(io.github.resilience4j.micrometer.event.TimerEvent.Type type)
    • getCreationTime

      public String getCreationTime()
    • setCreationTime

      public void setCreationTime(String creationTime)
    • getOperationDuration

      public Duration getOperationDuration()
    • setOperationDuration

      public void setOperationDuration(Duration operationDuration)