Package kalix.javasdk.eventsourcedentity
package kalix.javasdk.eventsourcedentity
Event Sourced Entity support.
-
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 Kalix needs to do after the command is handled.Construct the effect that is returned by the command handler.Root context for all event sourcing contexts.Root entity options for all event sourcing entities.EventSourcedEntityProvider<S,E, ES extends EventSourcedEntity<S, E>> Register an event sourced entity inKalix
using aEventSourcedEntityProvider
.