Interface CommandContext
- All Superinterfaces:
Context, EntityContext, MetadataContext, ValueEntityContext
A value based entity command context.
-
Method Summary
Modifier and TypeMethodDescriptionlongThe id of the command being executed.The name of the command being executed.Methods inherited from interface Context
materializerMethods inherited from interface EntityContext
entityIdMethods inherited from interface MetadataContext
metadata
-
Method Details
-
commandName
-
commandId
long commandId()The id of the command being executed.- Returns:
- The id of the command.
-