Interface KeyValueEntityContext

All Superinterfaces:
Context, EntityContext

public interface KeyValueEntityContext extends 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.