trait AtLeastOnceFlowProjection[Offset, Envelope] extends Projection[Envelope]
- Self Type
- AtLeastOnceFlowProjection[Offset, Envelope] with InternalProjection
- Annotations
- @DoNotInherit()
- Source
- Projections.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AtLeastOnceFlowProjection
- Projection
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def projectionId: ProjectionId
- Definition Classes
- Projection
- abstract def statusObserver: StatusObserver[Envelope]
- Definition Classes
- Projection
- abstract def withRestartBackoff(minBackoff: FiniteDuration, maxBackoff: FiniteDuration, randomFactor: Double, maxRestarts: Int): AtLeastOnceFlowProjection[Offset, Envelope]
- Definition Classes
- AtLeastOnceFlowProjection → Projection
- abstract def withRestartBackoff(minBackoff: FiniteDuration, maxBackoff: FiniteDuration, randomFactor: Double): AtLeastOnceFlowProjection[Offset, Envelope]
- Definition Classes
- AtLeastOnceFlowProjection → Projection
- abstract def withRestartBackoff(minBackoff: Duration, maxBackoff: Duration, randomFactor: Double, maxRestarts: Int): Projection[Envelope]
Java API
Java API
- Definition Classes
- Projection
- abstract def withRestartBackoff(minBackoff: Duration, maxBackoff: Duration, randomFactor: Double): Projection[Envelope]
Java API
Java API
- Definition Classes
- Projection
- abstract def withSaveOffset(afterEnvelopes: Int, afterDuration: FiniteDuration): AtLeastOnceFlowProjection[Offset, Envelope]
- abstract def withStatusObserver(observer: StatusObserver[Envelope]): AtLeastOnceFlowProjection[Offset, Envelope]
- Definition Classes
- AtLeastOnceFlowProjection → Projection