Package org.openwms.common.comm
Interface Responder
public interface Responder
A Responder is sending messages to a given target.
- Author:
- Heiko Scherrer
-
Method Summary
Modifier and TypeMethodDescriptionvoidsendToLocation(String targetLocation) Send a message to the giventargetlocation.voidsendToLocation(String barcode, String sourceLocation, String targetLocation) Send a message to the giventargetlocation.
-
Method Details
-
sendToLocation
Send a message to the giventargetlocation.- Parameters:
targetLocation- The target location
-
sendToLocation
Send a message to the giventargetlocation.- Parameters:
barcode- The TransportUnit's barcode can be setsourceLocation- The source location can be settargetLocation- The target location
-