Interface ProductSender

All Superinterfaces:
Configurable
All Known Implementing Classes:
AwsProductSender, DebugProductSender, SocketProductSender

public interface ProductSender extends Configurable
Send a product to a recipient.
  • Method Details

    • sendProduct

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