Interface AsyncTransportUnitApi

All Known Implementing Classes:
AsyncTransportUnitApiImpl, NoOpAsyncTransportUnitApiImpl

public interface AsyncTransportUnitApi
A AsyncTransportUnitApi is able to process commands for TransportUnits asynchronously.
Author:
Heiko Scherrer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(Command<?> command)
    Process the given command.
  • Method Details

    • process

      void process(Command<?> command)
      Process the given command.
      Parameters:
      command - Command to process