Package akka.javasdk.eventsourcedentity
package akka.javasdk.eventsourcedentity
EventSourcedEntity
component.-
ClassDescriptionAn event sourced command context.Context for an event.EventSourcedEntity<S,
E> The Event Sourced state model captures changes to data by storing events in a journal.An Effect is a description of what the runtime needs to do after the command is handled.Construct the effect that is returned by the command handler.An effect that is known to be read only and does not update the state of the entity.Root context for all event sourcing contexts.