Package gov.usgs.earthquake.distribution
Interface ProductSender
- All Superinterfaces:
Configurable
- All Known Implementing Classes:
AwsProductSender
,DebugProductSender
,SocketProductSender
Send a product to a recipient.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
sendProduct
(Product product) Send a product to a recipient.
-
Method Details
-
sendProduct
Send a product to a recipient.- Parameters:
product
- the product to send.- Throws:
Exception
- if any errors occur while sending.
-