Package com.lightbend.cinnamon.akka
Interface Timer
-
public interface Timer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
destroy()
Recorder
recorder()
<R> R
time(long startTime, R result)
<R> R
time(scala.Function0<R> block)
-
-
-
Method Detail
-
recorder
Recorder recorder()
-
time
<R> R time(scala.Function0<R> block)
-
destroy
void destroy()
-
time
<R> R time(long startTime, R result)
-
-