package typed
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final class EventEnvelope[Event] extends AnyRef
Event wrapper adding meta data for the events in the result stream of pekko.persistence.query.typed.scaladsl.EventsBySliceQuery query, or similar queries.
Event wrapper adding meta data for the events in the result stream of pekko.persistence.query.typed.scaladsl.EventsBySliceQuery query, or similar queries.
If the
event
is not defined it has not been loaded yet. It can be loaded with pekko.persistence.query.typed.scaladsl.LoadEventQuery.The
timestamp
is the time the event was stored, in milliseconds since midnight, January 1, 1970 UTC (same asSystem.currentTimeMillis
).It is an improved
EventEnvelope
compared to pekko.persistence.query.EventEnvelope.API May Change
- Annotations
- @ApiMayChange()
Value Members
- object EventEnvelope