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