Package akka.persistence.query
Class TimestampOffset$
- java.lang.Object
 - 
- akka.persistence.query.TimestampOffset$
 
 
- 
public class TimestampOffset$ extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static TimestampOffset$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description TimestampOffset$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimestampOffsetapply(java.time.Instant timestamp, java.time.Instant readTimestamp, scala.collection.immutable.Map<java.lang.String,java.lang.Object> seen)TimestampOffsetapply(java.time.Instant timestamp, scala.collection.immutable.Map<java.lang.String,java.lang.Object> seen)TimestampOffsettoTimestampOffset(Offset offset)Try to convert the Offset to a TimestampOffset.scala.Option<scala.Tuple3<java.time.Instant,java.time.Instant,scala.collection.immutable.Map<java.lang.String,java.lang.Object>>>unapply(TimestampOffset timestampOffset)TimestampOffsetZero() 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final TimestampOffset$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
Zero
public TimestampOffset Zero()
 
- 
apply
public TimestampOffset apply(java.time.Instant timestamp, scala.collection.immutable.Map<java.lang.String,java.lang.Object> seen)
 
- 
apply
public TimestampOffset apply(java.time.Instant timestamp, java.time.Instant readTimestamp, scala.collection.immutable.Map<java.lang.String,java.lang.Object> seen)
 
- 
toTimestampOffset
public TimestampOffset toTimestampOffset(Offset offset)
Try to convert the Offset to a TimestampOffset. Epoch timestamp is used forNoOffset. 
- 
unapply
public scala.Option<scala.Tuple3<java.time.Instant,java.time.Instant,scala.collection.immutable.Map<java.lang.String,java.lang.Object>>> unapply(TimestampOffset timestampOffset)
 
 - 
 
 -