Package net.solarnetwork.node.reactor
Interface InstructionAcknowledgementService
public interface InstructionAcknowledgementService
API for acknowledging instructions to SolarNet.
- Version:
- 2.0
- Author:
- matt
-
Method Summary
Modifier and TypeMethodDescriptionvoidacknowledgeInstructions(Collection<InstructionStatus> statuses) Acknowledge a collection of instruction status.
-
Method Details
-
acknowledgeInstructions
Acknowledge a collection of instruction status.- Parameters:
statuses- the statuses to acknowledge
-