AtMostOnceProjection

akka.projection.javadsl.AtMostOnceProjection
@DoNotInherit
trait AtMostOnceProjection[Offset, Envelope] extends Projection[Envelope]

Attributes

Source:
Projections.scala
Graph
Supertypes
trait Projection[Envelope]
class Object
trait Matchable
class Any
Self type
InternalProjection

Members list

Concise view

Value members

Abstract methods

def withRecoveryStrategy(recoveryStrategy: StrictRecoveryStrategy): AtMostOnceProjection[Offset, Envelope]

Attributes

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

Java API

Java API

Attributes

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

Java API

Java API

Attributes

Definition Classes
Source:
Projections.scala
override def withStatusObserver(observer: StatusObserver[Envelope]): AtMostOnceProjection[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: FiniteDuration, maxBackoff: FiniteDuration, randomFactor: Double, maxRestarts: Int): Projection[Envelope]

Attributes

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

Attributes

Inherited from:
Projection
Source:
Projection.scala