Interface ExecutionContext
public interface ExecutionContext
Provides contextual information about the execution of a
Command.-
Method Summary
Modifier and TypeMethodDescriptionstatic ExecutionContextempty()Returns an emptyExecutionContext.booleanisReplay()Returnstrueif the command is being executed as part of a replay.
-
Method Details
-
empty
Returns an emptyExecutionContext. -
isReplay
boolean isReplay()Returnstrueif the command is being executed as part of a replay.
-