Timestamp

fs2.kafka.Timestamp
See theTimestamp companion object
sealed abstract class Timestamp

Timestamp is an optional timestamp value representing a createTime, logAppendTime, unknownTime, or no timestamp at all.

Attributes

Companion:
object
Source:
Timestamp.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

Returns the timestamp value, if the timestamp is representing the time when a record was created.

Returns the timestamp value, if the timestamp is representing the time when a record was created.

Attributes

Source:
Timestamp.scala

Returns true if there is no timestamp value; otherwise false.

Returns true if there is no timestamp value; otherwise false.

Attributes

Source:
Timestamp.scala

Returns the timestamp value, if the timestamp is representing the time when a record was appended to the log.

Returns the timestamp value, if the timestamp is representing the time when a record was appended to the log.

Attributes

Source:
Timestamp.scala

Returns the timestamp value, if there is a timestamp, but the type is unknown.

Returns the timestamp value, if there is a timestamp, but the type is unknown.

Attributes

Source:
Timestamp.scala

Concrete methods

final def nonEmpty: Boolean

Returns true if there is a timestamp value; otherwise false.

Returns true if there is a timestamp value; otherwise false.

Attributes

Source:
Timestamp.scala