Package org.apache.activemq.blob
Interface BlobDownloadStrategy
-
- All Known Implementing Classes:
DefaultBlobDownloadStrategy,FileSystemBlobStrategy
public interface BlobDownloadStrategyRepresents a strategy of downloading a file/stream from some remote
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeleteFile(ActiveMQBlobMessage message)InputStreamgetInputStream(ActiveMQBlobMessage message)
-
-
-
Method Detail
-
getInputStream
InputStream getInputStream(ActiveMQBlobMessage message) throws IOException, JMSException
- Throws:
IOExceptionJMSException
-
deleteFile
void deleteFile(ActiveMQBlobMessage message) throws IOException, JMSException
- Throws:
IOExceptionJMSException
-
-