akka.io
Class TickGenerator.Tick

java.lang.Object
  extended by akka.io.TickGenerator.Tick
All Implemented Interfaces:
TickGenerator.Trigger, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
TickGenerator<Cmd,Evt>

public static class TickGenerator.Tick
extends java.lang.Object
implements TickGenerator.Trigger, scala.Product, scala.Serializable

This message type is emitted by the TickGenerator to the whole pipeline, informing all stages about the time at which this Tick was emitted (relative to some arbitrary epoch).

See Also:
Serialized Form

Constructor Summary
TickGenerator.Tick(scala.concurrent.duration.FiniteDuration timestamp)
           
 
Method Summary
 scala.concurrent.duration.FiniteDuration getTimestamp()
           
 scala.concurrent.duration.FiniteDuration timestamp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

TickGenerator.Tick

public TickGenerator.Tick(scala.concurrent.duration.FiniteDuration timestamp)
Method Detail

timestamp

public scala.concurrent.duration.FiniteDuration timestamp()

getTimestamp

public scala.concurrent.duration.FiniteDuration getTimestamp()