Interface OrderDispatcher

All Known Implementing Classes:
FillOrderDispatcher, TestOrderDispatcher

public interface OrderDispatcher
Interface for a component that handles an external service
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Handle an external order
  • Method Details

    • dispatchOrder

      void dispatchOrder(ExternalOrder order)
      Handle an external order
      Parameters:
      order - the external order to handle