Dispatch manager

The dispatch manager is responsible for dispatching the order to the customer when the order has been confirmed.

The example application provides two versions of the dispatch manager program:
  • The first version is a dummy program that returns a correct response to the caller, but takes no other action.
  • The second version is a web service requester program that makes a request to the endpoint address defined in the configuration file.