Package com.akkaserverless.javasdk.valueentity
Value Entity support.
-
Interface Summary Interface Description CommandContext A value based entity command context.ValueEntity.Effect<T> A return type to allow returning forwards or failures, and attaching effects to messages.ValueEntity.Effect.Builder<S> Construct the effect that is returned by the command handler.ValueEntity.Effect.OnSuccessBuilder<S> ValueEntityContext Root context for all value based entity contexts.ValueEntityOptions Root entity options for all value based entities.ValueEntityProvider<S,E extends ValueEntity<S>> Register a value based entity inAkkaServerless
using aValueEntityProvider
. -
Class Summary Class Description ValueEntity<S>