Class DebugProductSender

    • Constructor Detail

      • DebugProductSender

        public DebugProductSender()
        Constructor
    • Method Detail

      • sendProduct

        public void sendProduct​(Product product)
                         throws java.lang.Exception
        Description copied from interface: ProductSender
        Send a product to a recipient.
        Specified by:
        sendProduct in interface ProductSender
        Parameters:
        product - the product to send.
        Throws:
        java.lang.Exception - if any errors occur while sending.