Package com.lightbend.cinnamon.akka
Interface Timer
-
public interface Timer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroy()Recorderrecorder()<R> Rtime(long startTime, R result)<R> Rtime(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)
-
-