Interface CommandContext
- All Superinterfaces:
Context, MetadataContext, WorkflowContext
A value based workflow 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 MetadataContext
metadataMethods inherited from interface WorkflowContext
getComponentGrpcClient, getGrpcClient, workflowId
-
Method Details
-
commandName
-
commandId
long commandId()The id of the command being executed.- Returns:
- The id of the command.
-