Package com.akkaserverless.javasdk.eventsourcedentity
Event Sourced Entity support.
-
Interface Summary Interface Description CommandContext An event sourced command context.EventContext Context for an event.EventSourcedEntity.Effect<T> A return type to allow returning forwards or failures, and attaching effects to messages.EventSourcedEntity.Effect.Builder<S> Construct the effect that is returned by the command handler.EventSourcedEntity.Effect.OnSuccessBuilder<S> EventSourcedEntityContext Root context for all event sourcing contexts.EventSourcedEntityOptions Root entity options for all event sourcing entities.EventSourcedEntityProvider<S,E extends EventSourcedEntity<S>> Register an event sourced entity inAkkaServerless
using aEventSourcedEntityProvider
. -
Class Summary Class Description EventSourcedEntity<S>