Interface ReactorService


public interface ReactorService
API for reacting to SolarNet service instruction requests.
Version:
2.0
Author:
matt
  • Method Details

    • processInstruction

      InstructionStatus processInstruction(Instruction instruction)
      Process an instruction.
      Parameters:
      instruction - the instruction to process
      Returns:
      the status for the instruction
    • storeInstruction

      void storeInstruction(Instruction instruction)
      Store an Instruction instance in local storage.
      Parameters:
      instruction - the instruction to store
      Since:
      2.0