Package net.solarnetwork.node.reactor
Interface InstructionExecutionService
- All Known Implementing Classes:
SimpleInstructionExecutionService
public interface InstructionExecutionService
API for executing instructions.
- Since:
- 1.58
- Version:
- 2.0
- Author:
- matt
-
Method Summary
Modifier and TypeMethodDescriptionexecuteInstruction(Instruction instruction) Execute a single instruction.
-
Method Details
-
executeInstruction
Execute a single instruction.- Parameters:
instruction- the instruction to execute- Returns:
- the resulting status for the instruction, or null if not handled
-