Interface CommandContext

All Superinterfaces:
Context, MetadataContext

public interface CommandContext extends MetadataContext
A value based workflow command context.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    The id of the command being executed.
    The name of the command being executed.
    The id of the workflow that this context is for.

    Methods inherited from interface akka.javasdk.MetadataContext

    metadata
  • 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.
    • workflowId

      String workflowId()
      The id of the workflow that this context is for.
      Returns:
      The workflow id.