Package kalix.javasdk.workflow
Interface CommandContext
- All Superinterfaces:
Context
,MetadataContext
,WorkflowContext
A value based workflow command context.
-
Method Summary
Modifier and TypeMethodDescriptionlong
The id of the command being executed.The name of the command being executed.Methods inherited from interface kalix.javasdk.Context
materializer
Methods inherited from interface kalix.javasdk.MetadataContext
metadata
Methods inherited from interface kalix.javasdk.workflow.WorkflowContext
workflowId
-
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.
-