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
Modifier and TypeMethodDescriptionvoiddeleteFile(ActiveMQBlobMessage message) getInputStream(ActiveMQBlobMessage message)
-
Method Details
-
getInputStream
InputStream getInputStream(ActiveMQBlobMessage message) throws IOException, jakarta.jms.JMSException - Throws:
IOExceptionjakarta.jms.JMSException
-
deleteFile
- Throws:
IOExceptionjakarta.jms.JMSException
-