AtLeastOnceProjection

akka.projection.scaladsl.AtLeastOnceProjection
@DoNotInherit
trait AtLeastOnceProjection[Offset, Envelope] extends Projection[Envelope]

Attributes

Source:
Projections.scala
Graph
Supertypes
trait Projection[Envelope]
class Object
trait Matchable
class Any
Self type
InternalProjection
Keywords
  • no keywords
  • override
Inherited
  • Not inherited
  • Projection

Members list

Concise view

Value members

Abstract methods

def withRecoveryStrategy(recoveryStrategy: HandlerRecoveryStrategy): AtLeastOnceProjection[Offset, Envelope]

Attributes

Source:
Projections.scala
override def withRestartBackoff(minBackoff: FiniteDuration, maxBackoff: FiniteDuration, randomFactor: Double): AtLeastOnceProjection[Offset, Envelope]

Attributes

Definition Classes
Source:
Projections.scala
override def withRestartBackoff(minBackoff: FiniteDuration, maxBackoff: FiniteDuration, randomFactor: Double, maxRestarts: Int): AtLeastOnceProjection[Offset, Envelope]

Attributes

Definition Classes
Source:
Projections.scala
def withSaveOffset(afterEnvelopes: Int, afterDuration: FiniteDuration): AtLeastOnceProjection[Offset, Envelope]

Attributes

Source:
Projections.scala
override def withStatusObserver(observer: StatusObserver[Envelope]): AtLeastOnceProjection[Offset, Envelope]

Attributes

Definition Classes
Source:
Projections.scala

Inherited methods

Attributes

Inherited from:
Projection
Source:
Projection.scala

Attributes

Inherited from:
Projection
Source:
Projection.scala
def withRestartBackoff(minBackoff: Duration, maxBackoff: Duration, randomFactor: Double, maxRestarts: Int): Projection[Envelope]

Java API

Java API

Attributes

Inherited from:
Projection
Source:
Projection.scala
def withRestartBackoff(minBackoff: Duration, maxBackoff: Duration, randomFactor: Double): Projection[Envelope]

Java API

Java API

Attributes

Inherited from:
Projection
Source:
Projection.scala