MergeableOffsetSourceProvider

akka.projection.scaladsl.MergeableOffsetSourceProvider
trait MergeableOffsetSourceProvider[Offset <: MergeableOffset[_], Envelope] extends SourceProvider[Offset, Envelope]

Attributes

Source:
SourceProvider.scala
Graph
Supertypes
trait SourceProvider[Offset, Envelope]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def extractCreationTime(envelope: Envelope): Long

Timestamp (in millis-since-epoch) of the instant when the envelope was created. The meaning of "when the envelope was created" is implementation specific and could be an instant on the producer machine, or the instant when the database persisted the envelope, or other.

Timestamp (in millis-since-epoch) of the instant when the envelope was created. The meaning of "when the envelope was created" is implementation specific and could be an instant on the producer machine, or the instant when the database persisted the envelope, or other.

Attributes

Inherited from:
SourceProvider
Source:
SourceProvider.scala
def extractOffset(envelope: Envelope): Offset

Attributes

Inherited from:
SourceProvider
Source:
SourceProvider.scala
def source(offset: () => Future[Option[Offset]]): Future[Source[Envelope, NotUsed]]

Attributes

Inherited from:
SourceProvider
Source:
SourceProvider.scala