Interface CommandContext

All Superinterfaces:
Context, EntityContext, MetadataContext, ValueEntityContext

public interface CommandContext extends ValueEntityContext, MetadataContext
A value based entity command context.
  • Method Details

    • commandName

      String commandName()
      The name of the command being executed.
      Returns:
      The name of the command.
    • commandId

      long commandId()
      The id of the command being executed.
      Returns:
      The id of the command.