Interface AsyncTransportUnitApi

All Known Implementing Classes:
AsyncTransportUnitApiImpl, NoOpTransportUnitApiImpl

public interface AsyncTransportUnitApi
A AsyncTransportUnitApi accepts asynchronous TransportUnit commands.
Author:
Heiko Scherrer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(org.openwms.common.transport.api.commands.Command command)
    Process the given command.
  • Method Details

    • process

      void process(org.openwms.common.transport.api.commands.Command command)
      Process the given command.
      Parameters:
      command - Command to process