Interface ExecutionContext


public interface ExecutionContext
Provides contextual information about the execution of a Command.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an empty ExecutionContext.
    boolean
    Returns true if the command is being executed as part of a replay.
  • Method Details

    • empty

      static ExecutionContext empty()
      Returns an empty ExecutionContext.
    • isReplay

      boolean isReplay()
      Returns true if the command is being executed as part of a replay.