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