Interface InstructionExecutionService

All Known Implementing Classes:
SimpleInstructionExecutionService

public interface InstructionExecutionService
API for executing instructions.
Since:
1.58
Version:
2.0
Author:
matt
  • Method Details

    • executeInstruction

      InstructionStatus executeInstruction(Instruction instruction)
      Execute a single instruction.
      Parameters:
      instruction - the instruction to execute
      Returns:
      the resulting status for the instruction, or null if not handled