Package akka.javasdk.keyvalueentity
Interface KeyValueEntityContext
- All Superinterfaces:
Context
,EntityContext
Context information available during Key Value Entity construction and initialization. This
context provides access to entity metadata and configuration that is available throughout the
entity's lifecycle.
The KeyValueEntityContext is typically injected into the entity constructor and can be used to access the entity id and other contextual information needed during entity setup.
Unlike CommandContext
, this context is available during entity construction and is not
limited to command processing.
-
Method Summary
Methods inherited from interface akka.javasdk.Context
selfRegion
Methods inherited from interface akka.javasdk.EntityContext
entityId