Interface ProductSender

    • Method Detail

      • sendProduct

        void sendProduct​(Product product)
                  throws java.lang.Exception
        Send a product to a recipient.
        Parameters:
        product - the product to send.
        Throws:
        java.lang.Exception - if any errors occur while sending.