object EventSourcedProvider
- Alphabetic
- By Inheritance
- EventSourcedProvider
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def eventsBySlices[Event](system: ActorSystem[_], eventsBySlicesQuery: EventsBySliceQuery, entityType: String, minSlice: Int, maxSlice: Int, adjustStartOffset: (Option[Offset]) => Future[Option[Offset]]): SourceProvider[Offset, persistence.query.typed.EventEnvelope[Event]]
By default, the
SourceProvider
uses the stored offset when starting the Projection.By default, the
SourceProvider
uses the stored offset when starting the Projection. This offset can be adjusted by defining theadjustStartOffset
function, which is a function from loaded offset (if any) to the adjusted offset that will be used to by theeventsBySlicesQuery
. - def eventsBySlices[Event](system: ActorSystem[_], eventsBySlicesQuery: EventsBySliceQuery, entityType: String, minSlice: Int, maxSlice: Int): SourceProvider[Offset, persistence.query.typed.EventEnvelope[Event]]
- def eventsBySlices[Event](system: ActorSystem[_], readJournalPluginId: String, entityType: String, minSlice: Int, maxSlice: Int, adjustStartOffset: (Option[Offset]) => Future[Option[Offset]]): SourceProvider[Offset, persistence.query.typed.EventEnvelope[Event]]
By default, the
SourceProvider
uses the stored offset when starting the Projection.By default, the
SourceProvider
uses the stored offset when starting the Projection. This offset can be adjusted by defining theadjustStartOffset
function, which is a function from loaded offset (if any) to the adjusted offset that will be used to by theeventsBySlicesQuery
. - def eventsBySlices[Event](system: ActorSystem[_], readJournalPluginId: String, entityType: String, minSlice: Int, maxSlice: Int): SourceProvider[Offset, persistence.query.typed.EventEnvelope[Event]]
- def eventsBySlicesStartingFromSnapshots[Snapshot, Event](system: ActorSystem[_], eventsBySlicesQuery: EventsBySliceStartingFromSnapshotsQuery, entityType: String, minSlice: Int, maxSlice: Int, transformSnapshot: (Snapshot) => Event, adjustStartOffset: (Option[Offset]) => Future[Option[Offset]]): SourceProvider[Offset, persistence.query.typed.EventEnvelope[Event]]
By default, the
SourceProvider
uses the stored offset when starting the Projection.By default, the
SourceProvider
uses the stored offset when starting the Projection. This offset can be adjusted by defining theadjustStartOffset
function, which is a function from loaded offset (if any) to the adjusted offset that will be used to by theeventsBySlicesQuery
. - def eventsBySlicesStartingFromSnapshots[Snapshot, Event](system: ActorSystem[_], eventsBySlicesQuery: EventsBySliceStartingFromSnapshotsQuery, entityType: String, minSlice: Int, maxSlice: Int, transformSnapshot: (Snapshot) => Event): SourceProvider[Offset, persistence.query.typed.EventEnvelope[Event]]
- def eventsBySlicesStartingFromSnapshots[Snapshot, Event](system: ActorSystem[_], readJournalPluginId: String, entityType: String, minSlice: Int, maxSlice: Int, transformSnapshot: (Snapshot) => Event, adjustStartOffset: (Option[Offset]) => Future[Option[Offset]]): SourceProvider[Offset, persistence.query.typed.EventEnvelope[Event]]
By default, the
SourceProvider
uses the stored offset when starting the Projection.By default, the
SourceProvider
uses the stored offset when starting the Projection. This offset can be adjusted by defining theadjustStartOffset
function, which is a function from loaded offset (if any) to the adjusted offset that will be used to by theeventsBySlicesQuery
. - def eventsBySlicesStartingFromSnapshots[Snapshot, Event](system: ActorSystem[_], readJournalPluginId: String, entityType: String, minSlice: Int, maxSlice: Int, transformSnapshot: (Snapshot) => Event): SourceProvider[Offset, persistence.query.typed.EventEnvelope[Event]]
- def eventsByTag[Event](system: ActorSystem[_], eventsByTagQuery: EventsByTagQuery, tag: String): SourceProvider[Offset, EventEnvelope[Event]]
- def eventsByTag[Event](system: ActorSystem[_], readJournalPluginId: String, tag: String): SourceProvider[Offset, EventEnvelope[Event]]
- def sliceForPersistenceId(system: ActorSystem[_], readJournalPluginId: String, persistenceId: String): Int
- def sliceRanges(system: ActorSystem[_], readJournalPluginId: String, numberOfRanges: Int): Seq[Range]