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 Type
    Method
    Description
    void
    sendToLocation(String targetLocation)
    Send a message to the given target location.
    void
    sendToLocation(String barcode, String sourceLocation, String targetLocation)
    Send a message to the given target location.
  • Method Details

    • sendToLocation

      void sendToLocation(String targetLocation)
      Send a message to the given target location.
      Parameters:
      targetLocation - The target location
    • sendToLocation

      void sendToLocation(String barcode, String sourceLocation, String targetLocation)
      Send a message to the given target location.
      Parameters:
      barcode - The TransportUnit's barcode can be set
      sourceLocation - The source location can be set
      targetLocation - The target location