Class StopWatch

java.lang.Object
io.github.resilience4j.core.StopWatch

public class StopWatch
extends java.lang.Object
A simple StopWatch to measure the processing duration of a call.
  • Method Summary

    Modifier and Type Method Description
    static StopWatch start()  
    java.time.Duration stop()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details