Package net.solarnetwork.node.reactor
Interface ReactorService
public interface ReactorService
API for reacting to SolarNet service instruction requests.
- Version:
- 2.0
- Author:
- matt
-
Method Summary
Modifier and TypeMethodDescriptionprocessInstruction(Instruction instruction) Process an instruction.voidstoreInstruction(Instruction instruction) Store an Instruction instance in local storage.
-
Method Details
-
processInstruction
Process an instruction.- Parameters:
instruction- the instruction to process- Returns:
- the status for the instruction
-
storeInstruction
Store an Instruction instance in local storage.- Parameters:
instruction- the instruction to store- Since:
- 2.0
-