Class OrderService


  • @Singleton
    public final class OrderService
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void placeOrder()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OrderService

        public OrderService​(OrderClient client)
    • Method Detail

      • placeOrder

        public void placeOrder()