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 akka.persistence.query.typed.scaladsl.EventsBySliceQuery query, or similar queries.
Event wrapper adding meta data for the events in the result stream of akka.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 akka.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 akka.persistence.query.EventEnvelope. - final class EventsBySliceFirehoseReadJournalProvider extends ReadJournalProvider
Value Members
- object EventEnvelope